Html Css Color HEX #38249C Blue Gem

📋 copy color: '#38249C'

red 56 ◦ green 36 ◦ blue 156

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

Shades of Blue Gem #38249C

Tints of Blue Gem #38249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

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

R = 22.58%
G = 14.52%
B = 62.9%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38249C (or 0x38249C) is known color: Blue Gem. HEX triplet: 38, 24 and 9C. RGB value is (56,36,156). Sum of RGB (Red+Green+Blue) = 56+36+156=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #38249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38249C is #C7DB63. Grayscale: #373737. Windows color (decimal): -13097828 or 10232888. OLE color: 10232888.

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

Color convert

RGB 56 36 156 -
CMYK 0.64 0.77 0 0.39
HSL 250º 0.63% 0.38% -
HSV(B) 250º 0.77% 0.61% -
XYZ 8.26 4.5 31.89 -
YUV 55.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 56 36 156 0.64 0.77 0 0.39 250 0.63 0.38
Hex 38 24 9C 40 4D 0 27 FA 3E 26
Octal 70 44 234 100 115 0 47 372 76 46
Binary 111000 100100 10011100 1000000 1001101 0 100111 11111010 111110 100110

Color Harmonies of #38249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38249C

Black with #38249C

Text Example


Text Example

White with #38249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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