Html Css Color HEX #324FBE Cerulean Blue

📋 copy color: '#324FBE'

red 50 ◦ green 79 ◦ blue 190

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

Shades of Cerulean Blue #324FBE

Tints of Cerulean Blue #324FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.76%

 BLUE value IS 190 (74.61% from 255) = 59.56%

R = 15.67%
G = 24.76%
B = 59.56%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#324FBE (or 0x324FBE) is known color: Cerulean Blue. HEX triplet: 32, 4F and BE. RGB value is (50,79,190). Sum of RGB (Red+Green+Blue) = 50+79+190=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #324FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FBE is #CDB041. Grayscale: #525252. Windows color (decimal): -13480002 or 12472114. OLE color: 12472114.

HSL color Cylindrical-coordinate representation of color #324FBE: hue angle of 227.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324FBE is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 79 190 -
CMYK 0.74 0.58 0 0.25
HSL 227.57º 0.58% 0.47% -
HSV(B) 227.57º 0.74% 0.75% -
XYZ 13.41 9.99 49.94 -
YUV 82.98 188.39 104.47 -
System Red Green Blue C M Y K H S L
Decimal 50 79 190 0.74 0.58 0 0.25 227.57 0.58 0.47
Hex 32 4F BE 4A 3A 0 19 E4 3A 2F
Octal 62 117 276 112 72 0 31 344 72 57
Binary 110010 1001111 10111110 1001010 111010 0 11001 11100100 111010 101111

Color Harmonies of #324FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FBE

Black with #324FBE

Text Example


Text Example

White with #324FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,79,190); }

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

background-color css

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

 a { background-color: rgb(50,79,190); }

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

border-color css

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

 span { border-color: rgb(50,79,190); }

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