Html Css Color HEX #3245BE Cerulean Blue

📋 copy color: '#3245BE'

red 50 ◦ green 69 ◦ blue 190

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

Shades of Cerulean Blue #3245BE

Tints of Cerulean Blue #3245BE

RGB

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

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

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

R = 16.18%
G = 22.33%
B = 61.49%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3245BE (or 0x3245BE) is known color: Cerulean Blue. HEX triplet: 32, 45 and BE. RGB value is (50,69,190). Sum of RGB (Red+Green+Blue) = 50+69+190=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #3245BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3245BE is #CDBA41. Grayscale: #4C4C4C. Windows color (decimal): -13482562 or 12469554. OLE color: 12469554.

HSL color Cylindrical-coordinate representation of color #3245BE: hue angle of 231.86º 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 #3245BE is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 69 190 -
CMYK 0.74 0.64 0 0.25
HSL 231.86º 0.58% 0.47% -
HSV(B) 231.86º 0.74% 0.75% -
XYZ 12.74 8.65 49.71 -
YUV 77.11 191.71 108.66 -
System Red Green Blue C M Y K H S L
Decimal 50 69 190 0.74 0.64 0 0.25 231.86 0.58 0.47
Hex 32 45 BE 4A 40 0 19 E8 3A 2F
Octal 62 105 276 112 100 0 31 350 72 57
Binary 110010 1000101 10111110 1001010 1000000 0 11001 11101000 111010 101111

Color Harmonies of #3245BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3245BE

Black with #3245BE

Text Example


Text Example

White with #3245BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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