Html Css Color HEX #235A74 Orient

📋 copy color: '#235A74'

red 35 ◦ green 90 ◦ blue 116

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

Shades of Orient #235A74

Tints of Orient #235A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.13%

R = 14.52%
G = 37.34%
B = 48.13%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#235A74 (or 0x235A74) is known color: Orient. HEX triplet: 23, 5A and 74. RGB value is (35,90,116). Sum of RGB (Red+Green+Blue) = 35+90+116=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #235A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A74 is #DCA58B. Grayscale: #4C4C4C. Windows color (decimal): -14460300 or 7625251. OLE color: 7625251.

HSL color Cylindrical-coordinate representation of color #235A74: hue angle of 199.26º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235A74 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 90 116 -
CMYK 0.70 0.22 0 0.55
HSL 199.26º 0.54% 0.3% -
HSV(B) 199.26º 0.7% 0.45% -
XYZ 7.5 8.93 17.85 -
YUV 76.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 35 90 116 0.70 0.22 0 0.55 199.26 0.54 0.3
Hex 23 5A 74 46 16 0 37 C7 36 1E
Octal 43 132 164 106 26 0 67 307 66 36
Binary 100011 1011010 1110100 1000110 10110 0 110111 11000111 110110 11110

Color Harmonies of #235A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A74

Black with #235A74

Text Example


Text Example

White with #235A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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