Html Css Color HEX #235A72 Orient

📋 copy color: '#235A72'

red 35 ◦ green 90 ◦ blue 114

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

Shades of Orient #235A72

Tints of Orient #235A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.66%

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

R = 14.64%
G = 37.66%
B = 47.7%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#235A72 (or 0x235A72) is known color: Orient. HEX triplet: 23, 5A and 72. RGB value is (35,90,114). Sum of RGB (Red+Green+Blue) = 35+90+114=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #235A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A72 is #DCA58D. Grayscale: #4C4C4C. Windows color (decimal): -14460302 or 7494179. OLE color: 7494179.

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

Color convert

RGB 35 90 114 -
CMYK 0.69 0.21 0 0.55
HSL 198.23º 0.53% 0.29% -
HSV(B) 198.23º 0.69% 0.45% -
XYZ 7.39 8.88 17.25 -
YUV 76.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 35 90 114 0.69 0.21 0 0.55 198.23 0.53 0.29
Hex 23 5A 72 45 15 0 37 C6 35 1D
Octal 43 132 162 105 25 0 67 306 65 35
Binary 100011 1011010 1110010 1000101 10101 0 110111 11000110 110101 11101

Color Harmonies of #235A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A72

Black with #235A72

Text Example


Text Example

White with #235A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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