Html Css Color HEX #235A6F Orient

📋 copy color: '#235A6F'

red 35 ◦ green 90 ◦ blue 111

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

Shades of Orient #235A6F

Tints of Orient #235A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.03%

R = 14.83%
G = 38.14%
B = 47.03%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#235A6F (or 0x235A6F) is known color: Orient. HEX triplet: 23, 5A and 6F. RGB value is (35,90,111). Sum of RGB (Red+Green+Blue) = 35+90+111=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #235A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A6F is #DCA590. Grayscale: #4B4B4B. Windows color (decimal): -14460305 or 7297571. OLE color: 7297571.

HSL color Cylindrical-coordinate representation of color #235A6F: hue angle of 196.58º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #235A6F is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 90 111 -
CMYK 0.68 0.19 0 0.56
HSL 196.58º 0.52% 0.29% -
HSV(B) 196.58º 0.68% 0.44% -
XYZ 7.22 8.82 16.36 -
YUV 75.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 35 90 111 0.68 0.19 0 0.56 196.58 0.52 0.29
Hex 23 5A 6F 44 13 0 38 C5 34 1D
Octal 43 132 157 104 23 0 70 305 64 35
Binary 100011 1011010 1101111 1000100 10011 0 111000 11000101 110100 11101

Color Harmonies of #235A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A6F

Black with #235A6F

Text Example


Text Example

White with #235A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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