Html Css Color HEX #3824AF Blue Gem

📋 copy color: '#3824AF'

red 56 ◦ green 36 ◦ blue 175

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

Shades of Blue Gem #3824AF

Tints of Blue Gem #3824AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.54%

R = 20.97%
G = 13.48%
B = 65.54%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3824AF (or 0x3824AF) is known color: Blue Gem. HEX triplet: 38, 24 and AF. RGB value is (56,36,175). Sum of RGB (Red+Green+Blue) = 56+36+175=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #3824AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3824AF is #C7DB50. Grayscale: #393939. Windows color (decimal): -13097809 or 11478072. OLE color: 11478072.

HSL color Cylindrical-coordinate representation of color #3824AF: hue angle of 248.63º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3824AF is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 36 175 -
CMYK 0.68 0.79 0 0.31
HSL 248.63º 0.66% 0.41% -
HSV(B) 248.63º 0.79% 0.69% -
XYZ 10 5.2 41.03 -
YUV 57.83 194.13 126.7 -
System Red Green Blue C M Y K H S L
Decimal 56 36 175 0.68 0.79 0 0.31 248.63 0.66 0.41
Hex 38 24 AF 44 4F 0 1F F9 42 29
Octal 70 44 257 104 117 0 37 371 102 51
Binary 111000 100100 10101111 1000100 1001111 0 11111 11111001 1000010 101001

Color Harmonies of #3824AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3824AF

Black with #3824AF

Text Example


Text Example

White with #3824AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3824AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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