Html Css Color HEX #324CBC Cerulean Blue

📋 copy color: '#324CBC'

red 50 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #324CBC

Tints of Cerulean Blue #324CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.2%

 BLUE value IS 188 (73.83% from 255) = 59.87%

R = 15.92%
G = 24.2%
B = 59.87%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#324CBC (or 0x324CBC) is known color: Cerulean Blue. HEX triplet: 32, 4C and BC. RGB value is (50,76,188). Sum of RGB (Red+Green+Blue) = 50+76+188=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #324CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CBC is #CDB343. Grayscale: #505050. Windows color (decimal): -13480772 or 12340274. OLE color: 12340274.

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

Color convert

RGB 50 76 188 -
CMYK 0.73 0.60 0 0.26
HSL 228.7º 0.58% 0.47% -
HSV(B) 228.7º 0.73% 0.74% -
XYZ 12.98 9.48 48.72 -
YUV 80.99 188.39 105.89 -
System Red Green Blue C M Y K H S L
Decimal 50 76 188 0.73 0.60 0 0.26 228.7 0.58 0.47
Hex 32 4C BC 49 3C 0 1A E5 3A 2F
Octal 62 114 274 111 74 0 32 345 72 57
Binary 110010 1001100 10111100 1001001 111100 0 11010 11100101 111010 101111

Color Harmonies of #324CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CBC

Black with #324CBC

Text Example


Text Example

White with #324CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,188); }

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

background-color css

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

 a { background-color: rgb(50,76,188); }

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

border-color css

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

 span { border-color: rgb(50,76,188); }

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