Html Css Color HEX #38269C Blue Gem

📋 copy color: '#38269C'

red 56 ◦ green 38 ◦ blue 156

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

Shades of Blue Gem #38269C

Tints of Blue Gem #38269C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.2%

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

R = 22.4%
G = 15.2%
B = 62.4%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38269C (or 0x38269C) is known color: Blue Gem. HEX triplet: 38, 26 and 9C. RGB value is (56,38,156). Sum of RGB (Red+Green+Blue) = 56+38+156=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #38269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38269C is #C7D963. Grayscale: #383838. Windows color (decimal): -13097316 or 10233400. OLE color: 10233400.

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

Color convert

RGB 56 38 156 -
CMYK 0.64 0.76 0 0.39
HSL 249.15º 0.61% 0.38% -
HSV(B) 249.15º 0.76% 0.61% -
XYZ 8.32 4.63 31.91 -
YUV 56.83 183.96 127.41 -
System Red Green Blue C M Y K H S L
Decimal 56 38 156 0.64 0.76 0 0.39 249.15 0.61 0.38
Hex 38 26 9C 40 4C 0 27 F9 3D 26
Octal 70 46 234 100 114 0 47 371 75 46
Binary 111000 100110 10011100 1000000 1001100 0 100111 11111001 111101 100110

Color Harmonies of #38269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38269C

Black with #38269C

Text Example


Text Example

White with #38269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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