Html Css Color HEX #23607D Orient

📋 copy color: '#23607D'

red 35 ◦ green 96 ◦ blue 125

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

Shades of Orient #23607D

Tints of Orient #23607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

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

R = 13.67%
G = 37.5%
B = 48.83%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23607D (or 0x23607D) is known color: Orient. HEX triplet: 23, 60 and 7D. RGB value is (35,96,125). Sum of RGB (Red+Green+Blue) = 35+96+125=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #23607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23607D is #DC9F82. Grayscale: #505050. Windows color (decimal): -14458755 or 8216611. OLE color: 8216611.

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

Color convert

RGB 35 96 125 -
CMYK 0.72 0.23 0 0.51
HSL 199.33º 0.56% 0.31% -
HSV(B) 199.33º 0.72% 0.49% -
XYZ 8.58 10.2 20.92 -
YUV 81.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 35 96 125 0.72 0.23 0 0.51 199.33 0.56 0.31
Hex 23 60 7D 48 17 0 33 C7 38 1F
Octal 43 140 175 110 27 0 63 307 70 37
Binary 100011 1100000 1111101 1001000 10111 0 110011 11000111 111000 11111

Color Harmonies of #23607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23607D

Black with #23607D

Text Example


Text Example

White with #23607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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