Html Css Color HEX #215C7B Orient

📋 copy color: '#215C7B'

red 33 ◦ green 92 ◦ blue 123

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

Shades of Orient #215C7B

Tints of Orient #215C7B

RGB

 RED value IS 33 (13.28% from 255) = 13.31%

 GREEN value IS 92 (36.33% from 255) = 37.1%

 BLUE value IS 123 (48.44% from 255) = 49.6%

R = 13.31%
G = 37.1%
B = 49.6%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#215C7B (or 0x215C7B) is known color: Orient. HEX triplet: 21, 5C and 7B. RGB value is (33,92,123). Sum of RGB (Red+Green+Blue) = 33+92+123=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #215C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C7B is #DEA384. Grayscale: #4D4D4D. Windows color (decimal): -14590853 or 8084513. OLE color: 8084513.

HSL color Cylindrical-coordinate representation of color #215C7B: hue angle of 200.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215C7B is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 92 123 -
CMYK 0.73 0.25 0 0.52
HSL 200.67º 0.58% 0.31% -
HSV(B) 200.67º 0.73% 0.48% -
XYZ 8.03 9.41 20.13 -
YUV 77.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 33 92 123 0.73 0.25 0 0.52 200.67 0.58 0.31
Hex 21 5C 7B 49 19 0 34 C9 3A 1F
Octal 41 134 173 111 31 0 64 311 72 37
Binary 100001 1011100 1111011 1001001 11001 0 110100 11001001 111010 11111

Color Harmonies of #215C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C7B

Black with #215C7B

Text Example


Text Example

White with #215C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215C7B; }

 p { color: rgb(33,92,123); }

 H1.HeaderClassName
 {
   color: #215C7B;
 }
 .AnyTagClassName
 {
   color: #215C7B;
 }
</style>

background-color css

<style>
 a { background-color: #215C7B; }

 a { background-color: rgb(33,92,123); }

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

border-color css

<style>
 span { border-color: #215C7B; }

 span { border-color: rgb(33,92,123); }

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