Html Css Color HEX #324DB7 Cerulean Blue

📋 copy color: '#324DB7'

red 50 ◦ green 77 ◦ blue 183

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

Shades of Cerulean Blue #324DB7

Tints of Cerulean Blue #324DB7

RGB

 RED value IS 50 (19.92% from 255) = 16.13%

 GREEN value IS 77 (30.47% from 255) = 24.84%

 BLUE value IS 183 (71.88% from 255) = 59.03%

R = 16.13%
G = 24.84%
B = 59.03%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#324DB7 (or 0x324DB7) is known color: Cerulean Blue. HEX triplet: 32, 4D and B7. RGB value is (50,77,183). Sum of RGB (Red+Green+Blue) = 50+77+183=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #324DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DB7 is #CDB248. Grayscale: #505050. Windows color (decimal): -13480521 or 12012850. OLE color: 12012850.

HSL color Cylindrical-coordinate representation of color #324DB7: hue angle of 227.82º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324DB7 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 77 183 -
CMYK 0.73 0.58 0 0.28
HSL 227.82º 0.57% 0.46% -
HSV(B) 227.82º 0.73% 0.72% -
XYZ 12.52 9.4 45.96 -
YUV 81.01 185.55 105.88 -
System Red Green Blue C M Y K H S L
Decimal 50 77 183 0.73 0.58 0 0.28 227.82 0.57 0.46
Hex 32 4D B7 49 3A 0 1C E4 39 2E
Octal 62 115 267 111 72 0 34 344 71 56
Binary 110010 1001101 10110111 1001001 111010 0 11100 11100100 111001 101110

Color Harmonies of #324DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DB7

Black with #324DB7

Text Example


Text Example

White with #324DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324DB7; }

 p { color: rgb(50,77,183); }

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

background-color css

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

 a { background-color: rgb(50,77,183); }

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

border-color css

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

 span { border-color: rgb(50,77,183); }

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