Html Css Color HEX #3442BF Cerulean Blue

📋 copy color: '#3442BF'

red 52 ◦ green 66 ◦ blue 191

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

Shades of Cerulean Blue #3442BF

Tints of Cerulean Blue #3442BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.81%

R = 16.83%
G = 21.36%
B = 61.81%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3442BF (or 0x3442BF) is known color: Cerulean Blue. HEX triplet: 34, 42 and BF. RGB value is (52,66,191). Sum of RGB (Red+Green+Blue) = 52+66+191=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #3442BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3442BF is #CBBD40. Grayscale: #4B4B4B. Windows color (decimal): -13352257 or 12534324. OLE color: 12534324.

HSL color Cylindrical-coordinate representation of color #3442BF: hue angle of 233.96º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3442BF is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 66 191 -
CMYK 0.73 0.65 0 0.25
HSL 233.96º 0.57% 0.48% -
HSV(B) 233.96º 0.73% 0.75% -
XYZ 12.77 8.39 50.24 -
YUV 76.06 192.86 110.84 -
System Red Green Blue C M Y K H S L
Decimal 52 66 191 0.73 0.65 0 0.25 233.96 0.57 0.48
Hex 34 42 BF 49 41 0 19 EA 39 30
Octal 64 102 277 111 101 0 31 352 71 60
Binary 110100 1000010 10111111 1001001 1000001 0 11001 11101010 111001 110000

Color Harmonies of #3442BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3442BF

Black with #3442BF

Text Example


Text Example

White with #3442BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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