Html Css Color HEX #23627C Orient

📋 copy color: '#23627C'

red 35 ◦ green 98 ◦ blue 124

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

Shades of Orient #23627C

Tints of Orient #23627C

RGB

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

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

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

R = 13.62%
G = 38.13%
B = 48.25%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23627C (or 0x23627C) is known color: Orient. HEX triplet: 23, 62 and 7C. RGB value is (35,98,124). Sum of RGB (Red+Green+Blue) = 35+98+124=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #23627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23627C is #DC9D83. Grayscale: #515151. Windows color (decimal): -14458244 or 8151587. OLE color: 8151587.

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

Color convert

RGB 35 98 124 -
CMYK 0.72 0.21 0 0.51
HSL 197.53º 0.56% 0.31% -
HSV(B) 197.53º 0.72% 0.49% -
XYZ 8.7 10.55 20.65 -
YUV 82.13 151.63 94.39 -
System Red Green Blue C M Y K H S L
Decimal 35 98 124 0.72 0.21 0 0.51 197.53 0.56 0.31
Hex 23 62 7C 48 15 0 33 C6 38 1F
Octal 43 142 174 110 25 0 63 306 70 37
Binary 100011 1100010 1111100 1001000 10101 0 110011 11000110 111000 11111

Color Harmonies of #23627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23627C

Black with #23627C

Text Example


Text Example

White with #23627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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