Html Css Color HEX #236073 Orient

📋 copy color: '#236073'

red 35 ◦ green 96 ◦ blue 115

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

Shades of Orient #236073

Tints of Orient #236073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 14.23%
G = 39.02%
B = 46.75%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#236073 (or 0x236073) is known color: Orient. HEX triplet: 23, 60 and 73. RGB value is (35,96,115). Sum of RGB (Red+Green+Blue) = 35+96+115=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #236073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236073 is #DC9F8C. Grayscale: #4F4F4F. Windows color (decimal): -14458765 or 7561251. OLE color: 7561251.

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

Color convert

RGB 35 96 115 -
CMYK 0.70 0.17 0 0.55
HSL 194.25º 0.53% 0.29% -
HSV(B) 194.25º 0.7% 0.45% -
XYZ 7.97 9.96 17.72 -
YUV 79.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 35 96 115 0.70 0.17 0 0.55 194.25 0.53 0.29
Hex 23 60 73 46 11 0 37 C2 35 1D
Octal 43 140 163 106 21 0 67 302 65 35
Binary 100011 1100000 1110011 1000110 10001 0 110111 11000010 110101 11101

Color Harmonies of #236073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236073

Black with #236073

Text Example


Text Example

White with #236073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236073; }

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

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

background-color css

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

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

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

border-color css

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

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

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