Html Css Color HEX #382298 Blue Gem

📋 copy color: '#382298'

red 56 ◦ green 34 ◦ blue 152

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

Shades of Blue Gem #382298

Tints of Blue Gem #382298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

 BLUE value IS 152 (59.77% from 255) = 62.81%

R = 23.14%
G = 14.05%
B = 62.81%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#382298 (or 0x382298) is known color: Blue Gem. HEX triplet: 38, 22 and 98. RGB value is (56,34,152). Sum of RGB (Red+Green+Blue) = 56+34+152=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #382298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382298 is #C7DD67. Grayscale: #353535. Windows color (decimal): -13098344 or 9970232. OLE color: 9970232.

HSL color Cylindrical-coordinate representation of color #382298: hue angle of 251.19º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #382298 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 34 152 -
CMYK 0.63 0.78 0 0.40
HSL 251.19º 0.63% 0.36% -
HSV(B) 251.19º 0.78% 0.6% -
XYZ 7.87 4.25 30.11 -
YUV 54.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 56 34 152 0.63 0.78 0 0.40 251.19 0.63 0.36
Hex 38 22 98 3F 4E 0 28 FB 3F 24
Octal 70 42 230 77 116 0 50 373 77 44
Binary 111000 100010 10011000 111111 1001110 0 101000 11111011 111111 100100

Color Harmonies of #382298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382298

Black with #382298

Text Example


Text Example

White with #382298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382298; }

 p { color: rgb(56,34,152); }

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

background-color css

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

 a { background-color: rgb(56,34,152); }

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

border-color css

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

 span { border-color: rgb(56,34,152); }

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