Html Css Color HEX #3245C7 Cerulean Blue

📋 copy color: '#3245C7'

red 50 ◦ green 69 ◦ blue 199

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

Shades of Cerulean Blue #3245C7

Tints of Cerulean Blue #3245C7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.7%

 BLUE value IS 199 (78.13% from 255) = 62.58%

R = 15.72%
G = 21.7%
B = 62.58%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3245C7 (or 0x3245C7) is known color: Cerulean Blue. HEX triplet: 32, 45 and C7. RGB value is (50,69,199). Sum of RGB (Red+Green+Blue) = 50+69+199=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 199 (78.12% from 255 or 62.58% from 318); Max value from RGB is 199 - color contains mainly: blue. Hex color #3245C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3245C7 is #CDBA38. Grayscale: #4D4D4D. Windows color (decimal): -13482553 or 13059378. OLE color: 13059378.

HSL color Cylindrical-coordinate representation of color #3245C7: hue angle of 232.35º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3245C7 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 69 199 -
CMYK 0.75 0.65 0 0.22
HSL 232.35º 0.6% 0.49% -
HSV(B) 232.35º 0.75% 0.78% -
XYZ 13.75 9.06 55.06 -
YUV 78.14 196.21 107.93 -
System Red Green Blue C M Y K H S L
Decimal 50 69 199 0.75 0.65 0 0.22 232.35 0.6 0.49
Hex 32 45 C7 4B 41 0 16 E8 3C 31
Octal 62 105 307 113 101 0 26 350 74 61
Binary 110010 1000101 11000111 1001011 1000001 0 10110 11101000 111100 110001

Color Harmonies of #3245C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3245C7

Black with #3245C7

Text Example


Text Example

White with #3245C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3245C7; }

 p { color: rgb(50,69,199); }

 H1.HeaderClassName
 {
   color: #3245C7;
 }
 .AnyTagClassName
 {
   color: #3245C7;
 }
</style>

background-color css

<style>
 a { background-color: #3245C7; }

 a { background-color: rgb(50,69,199); }

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

border-color css

<style>
 span { border-color: #3245C7; }

 span { border-color: rgb(50,69,199); }

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