Html Css Color HEX #3442BA Cerulean Blue

📋 copy color: '#3442BA'

red 52 ◦ green 66 ◦ blue 186

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

Shades of Cerulean Blue #3442BA

Tints of Cerulean Blue #3442BA

RGB

 RED value IS 52 (20.7% from 255) = 17.11%

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

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

R = 17.11%
G = 21.71%
B = 61.18%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3442BA (or 0x3442BA) is known color: Cerulean Blue. HEX triplet: 34, 42 and BA. RGB value is (52,66,186). Sum of RGB (Red+Green+Blue) = 52+66+186=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #3442BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3442BA is #CBBD45. Grayscale: #4B4B4B. Windows color (decimal): -13352262 or 12206644. OLE color: 12206644.

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

Color convert

RGB 52 66 186 -
CMYK 0.72 0.65 0 0.27
HSL 233.73º 0.56% 0.47% -
HSV(B) 233.73º 0.72% 0.73% -
XYZ 12.23 8.17 47.39 -
YUV 75.49 190.36 111.24 -
System Red Green Blue C M Y K H S L
Decimal 52 66 186 0.72 0.65 0 0.27 233.73 0.56 0.47
Hex 34 42 BA 48 41 0 1B EA 38 2F
Octal 64 102 272 110 101 0 33 352 70 57
Binary 110100 1000010 10111010 1001000 1000001 0 11011 11101010 111000 101111

Color Harmonies of #3442BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3442BA

Black with #3442BA

Text Example


Text Example

White with #3442BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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