Html Css Color HEX #38219C Blue Gem

📋 copy color: '#38219C'

red 56 ◦ green 33 ◦ blue 156

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

Shades of Blue Gem #38219C

Tints of Blue Gem #38219C

RGB

 RED value IS 56 (22.27% from 255) = 22.86%

 GREEN value IS 33 (13.28% from 255) = 13.47%

 BLUE value IS 156 (61.33% from 255) = 63.67%

R = 22.86%
G = 13.47%
B = 63.67%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38219C (or 0x38219C) is known color: Blue Gem. HEX triplet: 38, 21 and 9C. RGB value is (56,33,156). Sum of RGB (Red+Green+Blue) = 56+33+156=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #38219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38219C is #C7DE63. Grayscale: #353535. Windows color (decimal): -13098596 or 10232120. OLE color: 10232120.

HSL color Cylindrical-coordinate representation of color #38219C: hue angle of 251.22º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38219C is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 33 156 -
CMYK 0.64 0.79 0 0.39
HSL 251.22º 0.65% 0.37% -
HSV(B) 251.22º 0.79% 0.61% -
XYZ 8.18 4.33 31.86 -
YUV 53.9 185.62 129.5 -
System Red Green Blue C M Y K H S L
Decimal 56 33 156 0.64 0.79 0 0.39 251.22 0.65 0.37
Hex 38 21 9C 40 4F 0 27 FB 41 25
Octal 70 41 234 100 117 0 47 373 101 45
Binary 111000 100001 10011100 1000000 1001111 0 100111 11111011 1000001 100101

Color Harmonies of #38219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38219C

Black with #38219C

Text Example


Text Example

White with #38219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,33,156); }

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

background-color css

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

 a { background-color: rgb(56,33,156); }

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

border-color css

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

 span { border-color: rgb(56,33,156); }

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