Html Css Color HEX #3342BA Cerulean Blue

📋 copy color: '#3342BA'

red 51 ◦ green 66 ◦ blue 186

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

Shades of Cerulean Blue #3342BA

Tints of Cerulean Blue #3342BA

RGB

 RED value IS 51 (20.31% from 255) = 16.83%

 GREEN value IS 66 (26.17% from 255) = 21.78%

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 16.83%
G = 21.78%
B = 61.39%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3342BA (or 0x3342BA) is known color: Cerulean Blue. HEX triplet: 33, 42 and BA. RGB value is (51,66,186). Sum of RGB (Red+Green+Blue) = 51+66+186=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #3342BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3342BA is #CCBD45. Grayscale: #4A4A4A. Windows color (decimal): -13417798 or 12206643. OLE color: 12206643.

HSL color Cylindrical-coordinate representation of color #3342BA: hue angle of 233.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3342BA is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 66 186 -
CMYK 0.73 0.65 0 0.27
HSL 233.33º 0.57% 0.46% -
HSV(B) 233.33º 0.73% 0.73% -
XYZ 12.18 8.15 47.38 -
YUV 75.2 190.53 110.74 -
System Red Green Blue C M Y K H S L
Decimal 51 66 186 0.73 0.65 0 0.27 233.33 0.57 0.46
Hex 33 42 BA 49 41 0 1B E9 39 2E
Octal 63 102 272 111 101 0 33 351 71 56
Binary 110011 1000010 10111010 1001001 1000001 0 11011 11101001 111001 101110

Color Harmonies of #3342BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3342BA

Black with #3342BA

Text Example


Text Example

White with #3342BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3342BA; }

 p { color: rgb(51,66,186); }

 H1.HeaderClassName
 {
   color: #3342BA;
 }
 .AnyTagClassName
 {
   color: #3342BA;
 }
</style>

background-color css

<style>
 a { background-color: #3342BA; }

 a { background-color: rgb(51,66,186); }

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

border-color css

<style>
 span { border-color: #3342BA; }

 span { border-color: rgb(51,66,186); }

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