Html Css Color HEX #236077 Orient

📋 copy color: '#236077'

red 35 ◦ green 96 ◦ blue 119

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

Shades of Orient #236077

Tints of Orient #236077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 14%
G = 38.4%
B = 47.6%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#236077 (or 0x236077) is known color: Orient. HEX triplet: 23, 60 and 77. RGB value is (35,96,119). Sum of RGB (Red+Green+Blue) = 35+96+119=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #236077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236077 is #DC9F88. Grayscale: #505050. Windows color (decimal): -14458761 or 7823395. OLE color: 7823395.

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

Color convert

RGB 35 96 119 -
CMYK 0.71 0.19 0 0.53
HSL 196.43º 0.55% 0.3% -
HSV(B) 196.43º 0.71% 0.47% -
XYZ 8.21 10.05 18.96 -
YUV 80.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 35 96 119 0.71 0.19 0 0.53 196.43 0.55 0.3
Hex 23 60 77 47 13 0 35 C4 37 1E
Octal 43 140 167 107 23 0 65 304 67 36
Binary 100011 1100000 1110111 1000111 10011 0 110101 11000100 110111 11110

Color Harmonies of #236077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236077

Black with #236077

Text Example


Text Example

White with #236077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236077; }

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

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

background-color css

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

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

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

border-color css

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

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

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