Html Css Color HEX #23617C Orient

📋 copy color: '#23617C'

red 35 ◦ green 97 ◦ blue 124

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

Shades of Orient #23617C

Tints of Orient #23617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 13.67%
G = 37.89%
B = 48.44%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23617C (or 0x23617C) is known color: Orient. HEX triplet: 23, 61 and 7C. RGB value is (35,97,124). Sum of RGB (Red+Green+Blue) = 35+97+124=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #23617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23617C is #DC9E83. Grayscale: #515151. Windows color (decimal): -14458500 or 8151331. OLE color: 8151331.

HSL color Cylindrical-coordinate representation of color #23617C: hue angle of 198.2º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23617C is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 97 124 -
CMYK 0.72 0.22 0 0.51
HSL 198.2º 0.56% 0.31% -
HSV(B) 198.2º 0.72% 0.49% -
XYZ 8.61 10.36 20.62 -
YUV 81.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 35 97 124 0.72 0.22 0 0.51 198.2 0.56 0.31
Hex 23 61 7C 48 16 0 33 C6 38 1F
Octal 43 141 174 110 26 0 63 306 70 37
Binary 100011 1100001 1111100 1001000 10110 0 110011 11000110 111000 11111

Color Harmonies of #23617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23617C

Black with #23617C

Text Example


Text Example

White with #23617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23617C; }

 p { color: rgb(35,97,124); }

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

background-color css

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

 a { background-color: rgb(35,97,124); }

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

border-color css

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

 span { border-color: rgb(35,97,124); }

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