Html Css Color HEX #23627F Orient

📋 copy color: '#23627F'

red 35 ◦ green 98 ◦ blue 127

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

Shades of Orient #23627F

Tints of Orient #23627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.85%

R = 13.46%
G = 37.69%
B = 48.85%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#23627F (or 0x23627F) is known color: Orient. HEX triplet: 23, 62 and 7F. RGB value is (35,98,127). Sum of RGB (Red+Green+Blue) = 35+98+127=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #23627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23627F is #DC9D80. Grayscale: #525252. Windows color (decimal): -14458241 or 8348195. OLE color: 8348195.

HSL color Cylindrical-coordinate representation of color #23627F: hue angle of 198.91º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23627F is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 98 127 -
CMYK 0.72 0.23 0 0.50
HSL 198.91º 0.57% 0.32% -
HSV(B) 198.91º 0.72% 0.5% -
XYZ 8.89 10.63 21.66 -
YUV 82.47 153.13 94.14 -
System Red Green Blue C M Y K H S L
Decimal 35 98 127 0.72 0.23 0 0.50 198.91 0.57 0.32
Hex 23 62 7F 48 17 0 32 C7 39 20
Octal 43 142 177 110 27 0 62 307 71 40
Binary 100011 1100010 1111111 1001000 10111 0 110010 11000111 111001 100000

Color Harmonies of #23627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23627F

Black with #23627F

Text Example


Text Example

White with #23627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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