Html Css Color HEX #23627D Orient

📋 copy color: '#23627D'

red 35 ◦ green 98 ◦ blue 125

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

Shades of Orient #23627D

Tints of Orient #23627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.98%

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

R = 13.57%
G = 37.98%
B = 48.45%

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

#23627D (or 0x23627D) is known color: Orient. HEX triplet: 23, 62 and 7D. RGB value is (35,98,125). Sum of RGB (Red+Green+Blue) = 35+98+125=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #23627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23627D is #DC9D82. Grayscale: #525252. Windows color (decimal): -14458243 or 8217123. OLE color: 8217123.

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

Color convert

RGB 35 98 125 -
CMYK 0.72 0.22 0 0.51
HSL 198º 0.56% 0.31% -
HSV(B) 198º 0.72% 0.49% -
XYZ 8.76 10.57 20.98 -
YUV 82.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 35 98 125 0.72 0.22 0 0.51 198 0.56 0.31
Hex 23 62 7D 48 16 0 33 C6 38 1F
Octal 43 142 175 110 26 0 63 306 70 37
Binary 100011 1100010 1111101 1001000 10110 0 110011 11000110 111000 11111

Color Harmonies of #23627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23627D

Black with #23627D

Text Example


Text Example

White with #23627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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