Html Css Color HEX #23617D Orient

📋 copy color: '#23617D'

red 35 ◦ green 97 ◦ blue 125

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

Shades of Orient #23617D

Tints of Orient #23617D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 13.62%
G = 37.74%
B = 48.64%

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

#23617D (or 0x23617D) is known color: Orient. HEX triplet: 23, 61 and 7D. RGB value is (35,97,125). Sum of RGB (Red+Green+Blue) = 35+97+125=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #23617D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23617D is #DC9E82. Grayscale: #515151. Windows color (decimal): -14458499 or 8216867. OLE color: 8216867.

HSL color Cylindrical-coordinate representation of color #23617D: hue angle of 198.67º 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 #23617D is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 97 125 -
CMYK 0.72 0.22 0 0.51
HSL 198.67º 0.56% 0.31% -
HSV(B) 198.67º 0.72% 0.49% -
XYZ 8.67 10.39 20.95 -
YUV 81.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 35 97 125 0.72 0.22 0 0.51 198.67 0.56 0.31
Hex 23 61 7D 48 16 0 33 C7 38 1F
Octal 43 141 175 110 26 0 63 307 70 37
Binary 100011 1100001 1111101 1001000 10110 0 110011 11000111 111000 11111

Color Harmonies of #23617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23617D

Black with #23617D

Text Example


Text Example

White with #23617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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