Html Css Color HEX #236172 Orient

📋 copy color: '#236172'

red 35 ◦ green 97 ◦ blue 114

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

Shades of Orient #236172

Tints of Orient #236172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.43%

 BLUE value IS 114 (44.92% from 255) = 46.34%

R = 14.23%
G = 39.43%
B = 46.34%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#236172 (or 0x236172) is known color: Orient. HEX triplet: 23, 61 and 72. RGB value is (35,97,114). Sum of RGB (Red+Green+Blue) = 35+97+114=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #236172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236172 is #DC9E8D. Grayscale: #505050. Windows color (decimal): -14458510 or 7495971. OLE color: 7495971.

HSL color Cylindrical-coordinate representation of color #236172: hue angle of 192.91º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #236172 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 97 114 -
CMYK 0.69 0.15 0 0.55
HSL 192.91º 0.53% 0.29% -
HSV(B) 192.91º 0.69% 0.45% -
XYZ 8.01 10.12 17.45 -
YUV 80.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 35 97 114 0.69 0.15 0 0.55 192.91 0.53 0.29
Hex 23 61 72 45 F 0 37 C1 35 1D
Octal 43 141 162 105 17 0 67 301 65 35
Binary 100011 1100001 1110010 1000101 1111 0 110111 11000001 110101 11101

Color Harmonies of #236172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236172

Black with #236172

Text Example


Text Example

White with #236172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236172; }

 p { color: rgb(35,97,114); }

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

background-color css

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

 a { background-color: rgb(35,97,114); }

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

border-color css

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

 span { border-color: rgb(35,97,114); }

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