Html Css Color HEX #235374 Orient

📋 copy color: '#235374'

red 35 ◦ green 83 ◦ blue 116

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

Shades of Orient #235374

Tints of Orient #235374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.47%

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

R = 14.96%
G = 35.47%
B = 49.57%

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

#235374 (or 0x235374) is known color: Orient. HEX triplet: 23, 53 and 74. RGB value is (35,83,116). Sum of RGB (Red+Green+Blue) = 35+83+116=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #235374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235374 is #DCAC8B. Grayscale: #484848. Windows color (decimal): -14462092 or 7623459. OLE color: 7623459.

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

Color convert

RGB 35 83 116 -
CMYK 0.70 0.28 0 0.55
HSL 204.44º 0.54% 0.3% -
HSV(B) 204.44º 0.7% 0.45% -
XYZ 6.94 7.8 17.66 -
YUV 72.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 35 83 116 0.70 0.28 0 0.55 204.44 0.54 0.3
Hex 23 53 74 46 1C 0 37 CC 36 1E
Octal 43 123 164 106 34 0 67 314 66 36
Binary 100011 1010011 1110100 1000110 11100 0 110111 11001100 110110 11110

Color Harmonies of #235374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235374

Black with #235374

Text Example


Text Example

White with #235374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235374; }

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

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

background-color css

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

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

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

border-color css

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

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

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