Html Css Color HEX #235474 Orient

📋 copy color: '#235474'

red 35 ◦ green 84 ◦ blue 116

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

Shades of Orient #235474

Tints of Orient #235474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

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

R = 14.89%
G = 35.74%
B = 49.36%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#235474 (or 0x235474) is known color: Orient. HEX triplet: 23, 54 and 74. RGB value is (35,84,116). Sum of RGB (Red+Green+Blue) = 35+84+116=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #235474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235474 is #DCAB8B. Grayscale: #484848. Windows color (decimal): -14461836 or 7623715. OLE color: 7623715.

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

Color convert

RGB 35 84 116 -
CMYK 0.70 0.28 0 0.55
HSL 203.7º 0.54% 0.3% -
HSV(B) 203.7º 0.7% 0.45% -
XYZ 7.02 7.96 17.69 -
YUV 73 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 35 84 116 0.70 0.28 0 0.55 203.7 0.54 0.3
Hex 23 54 74 46 1C 0 37 CC 36 1E
Octal 43 124 164 106 34 0 67 314 66 36
Binary 100011 1010100 1110100 1000110 11100 0 110111 11001100 110110 11110

Color Harmonies of #235474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235474

Black with #235474

Text Example


Text Example

White with #235474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235474; }

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

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

background-color css

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

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

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

border-color css

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

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

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