Html Css Color HEX #236072 Orient

📋 copy color: '#236072'

red 35 ◦ green 96 ◦ blue 114

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

Shades of Orient #236072

Tints of Orient #236072

RGB

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

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

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

R = 14.29%
G = 39.18%
B = 46.53%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#236072 (or 0x236072) is known color: Orient. HEX triplet: 23, 60 and 72. RGB value is (35,96,114). Sum of RGB (Red+Green+Blue) = 35+96+114=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #236072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236072 is #DC9F8D. Grayscale: #4F4F4F. Windows color (decimal): -14458766 or 7495715. OLE color: 7495715.

HSL color Cylindrical-coordinate representation of color #236072: hue angle of 193.67º 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 #236072 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 96 114 -
CMYK 0.69 0.16 0 0.55
HSL 193.67º 0.53% 0.29% -
HSV(B) 193.67º 0.69% 0.45% -
XYZ 7.91 9.94 17.42 -
YUV 79.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 35 96 114 0.69 0.16 0 0.55 193.67 0.53 0.29
Hex 23 60 72 45 10 0 37 C2 35 1D
Octal 43 140 162 105 20 0 67 302 65 35
Binary 100011 1100000 1110010 1000101 10000 0 110111 11000010 110101 11101

Color Harmonies of #236072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236072

Black with #236072

Text Example


Text Example

White with #236072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236072; }

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

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

background-color css

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

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

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

border-color css

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

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

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