Html Css Color HEX #235677 Orient

📋 copy color: '#235677'

red 35 ◦ green 86 ◦ blue 119

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

Shades of Orient #235677

Tints of Orient #235677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.83%

 BLUE value IS 119 (46.88% from 255) = 49.58%

R = 14.58%
G = 35.83%
B = 49.58%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#235677 (or 0x235677) is known color: Orient. HEX triplet: 23, 56 and 77. RGB value is (35,86,119). Sum of RGB (Red+Green+Blue) = 35+86+119=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #235677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235677 is #DCA988. Grayscale: #4A4A4A. Windows color (decimal): -14461321 or 7820835. OLE color: 7820835.

HSL color Cylindrical-coordinate representation of color #235677: hue angle of 203.57º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #235677 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 86 119 -
CMYK 0.71 0.28 0 0.53
HSL 203.57º 0.55% 0.3% -
HSV(B) 203.57º 0.71% 0.47% -
XYZ 7.35 8.34 18.68 -
YUV 74.51 153.1 99.82 -
System Red Green Blue C M Y K H S L
Decimal 35 86 119 0.71 0.28 0 0.53 203.57 0.55 0.3
Hex 23 56 77 47 1C 0 35 CC 37 1E
Octal 43 126 167 107 34 0 65 314 67 36
Binary 100011 1010110 1110111 1000111 11100 0 110101 11001100 110111 11110

Color Harmonies of #235677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235677

Black with #235677

Text Example


Text Example

White with #235677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235677; }

 p { color: rgb(35,86,119); }

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

background-color css

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

 a { background-color: rgb(35,86,119); }

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

border-color css

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

 span { border-color: rgb(35,86,119); }

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