Html Css Color HEX #236079 Orient

📋 copy color: '#236079'

red 35 ◦ green 96 ◦ blue 121

#236079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #236079

Tints of Orient #236079

RGB

 RED value IS 35 (14.06% from 255) = 13.89%

 GREEN value IS 96 (37.89% from 255) = 38.1%

 BLUE value IS 121 (47.66% from 255) = 48.02%

R = 13.89%
G = 38.1%
B = 48.02%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#236079 (or 0x236079) is known color: Orient. HEX triplet: 23, 60 and 79. RGB value is (35,96,121). Sum of RGB (Red+Green+Blue) = 35+96+121=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #236079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236079 is #DC9F86. Grayscale: #505050. Windows color (decimal): -14458759 or 7954467. OLE color: 7954467.

HSL color Cylindrical-coordinate representation of color #236079: hue angle of 197.44º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #236079 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 96 121 -
CMYK 0.71 0.21 0 0.53
HSL 197.44º 0.55% 0.31% -
HSV(B) 197.44º 0.71% 0.47% -
XYZ 8.33 10.1 19.6 -
YUV 80.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 35 96 121 0.71 0.21 0 0.53 197.44 0.55 0.31
Hex 23 60 79 47 15 0 35 C5 37 1F
Octal 43 140 171 107 25 0 65 305 67 37
Binary 100011 1100000 1111001 1000111 10101 0 110101 11000101 110111 11111

Color Harmonies of #236079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236079

Black with #236079

Text Example


Text Example

White with #236079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236079; }

 p { color: rgb(35,96,121); }

 H1.HeaderClassName
 {
   color: #236079;
 }
 .AnyTagClassName
 {
   color: #236079;
 }
</style>

background-color css

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

 a { background-color: rgb(35,96,121); }

 div.DivClassName
 {
   background-color: #236079;
 }
 .BgClassName
 {
   background-color: #236079;
 }
</style>

border-color css

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

 span { border-color: rgb(35,96,121); }

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