#235D7A

Color #235D7A Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #235D7A

Tints of Orient #235D7A

Color information

#235D7A (or 0x235D7A) is unknown color: approx Orient. HEX triplet: 23, 5D and 7A. RGB value is (35,93,122). Sum of RGB (Red+Green+Blue) = 35+93+122=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #235D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D7A is #DCA285. Grayscale: #4E4E4E. Windows color (decimal): -14459526 or 8019235. OLE color: 8019235.

HSL color Cylindrical-coordinate representation of color #235D7A: hue angle of 200º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #235D7A is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3593122-
CMYK0.710.2400.52
HSL200º55.41%30.78%-
HSV(B)200º71.31%47.84%-
XYZ8.129.5919.84-
YUV78.96152.2896.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 122 (48.05% from 255) = 48.8%
R=14%
G=37.2%
B=48.8%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35931220.710.2400.5220055.4130.78
Hex235D7A4718034c8371f
Octal43135172107300643106737
Binary1000111011101111101010001111100001101001100100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235D7A; }

 p { color: rgb(35,93,122); }

 H1.HeaderClassName
 {
   color: #235D7A;
 }
 .AnyTagClassName
 {
   color: #235D7A;
 }
</style>
background-color css

<style>
 a { background-color: #235D7A; }

 a { background-color: rgb(35,93,122); }

 div.DivClassName
 {
   background-color: #235D7A;
 }
 .BgClassName
 {
   background-color: #235D7A;
 }
</style>
border-color css

<style>
 span { border-color: #235D7A; }

 span { border-color: rgb(35,93,122); }

 td.TdClassName
 {
   border-color: #235D7A;
 }
 .TagClassName
 {
   border-color: #235D7A;
 }
</style>