Html Css Color HEX #235E75 Orient

📋 copy color: '#235E75'

red 35 ◦ green 94 ◦ blue 117

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

Shades of Orient #235E75

Tints of Orient #235E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.21%

 BLUE value IS 117 (46.09% from 255) = 47.56%

R = 14.23%
G = 38.21%
B = 47.56%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#235E75 (or 0x235E75) is known color: Orient. HEX triplet: 23, 5E and 75. RGB value is (35,94,117). Sum of RGB (Red+Green+Blue) = 35+94+117=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #235E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235E75 is #DCA18A. Grayscale: #4E4E4E. Windows color (decimal): -14459275 or 7691811. OLE color: 7691811.

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

Color convert

RGB 35 94 117 -
CMYK 0.70 0.20 0 0.54
HSL 196.83º 0.54% 0.3% -
HSV(B) 196.83º 0.7% 0.46% -
XYZ 7.91 9.65 18.27 -
YUV 78.98 149.45 96.63 -
System Red Green Blue C M Y K H S L
Decimal 35 94 117 0.70 0.20 0 0.54 196.83 0.54 0.3
Hex 23 5E 75 46 14 0 36 C5 36 1E
Octal 43 136 165 106 24 0 66 305 66 36
Binary 100011 1011110 1110101 1000110 10100 0 110110 11000101 110110 11110

Color Harmonies of #235E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235E75

Black with #235E75

Text Example


Text Example

White with #235E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,94,117); }

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

background-color css

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

 a { background-color: rgb(35,94,117); }

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

border-color css

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

 span { border-color: rgb(35,94,117); }

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