Html Css Color HEX #3341BF Cerulean Blue

📋 copy color: '#3341BF'

red 51 ◦ green 65 ◦ blue 191

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

Shades of Cerulean Blue #3341BF

Tints of Cerulean Blue #3341BF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 16.61%
G = 21.17%
B = 62.21%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3341BF (or 0x3341BF) is known color: Cerulean Blue. HEX triplet: 33, 41 and BF. RGB value is (51,65,191). Sum of RGB (Red+Green+Blue) = 51+65+191=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #3341BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3341BF is #CCBE40. Grayscale: #4A4A4A. Windows color (decimal): -13418049 or 12534067. OLE color: 12534067.

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

Color convert

RGB 51 65 191 -
CMYK 0.73 0.66 0 0.25
HSL 234º 0.58% 0.47% -
HSV(B) 234º 0.73% 0.75% -
XYZ 12.66 8.25 50.21 -
YUV 75.18 193.36 110.75 -
System Red Green Blue C M Y K H S L
Decimal 51 65 191 0.73 0.66 0 0.25 234 0.58 0.47
Hex 33 41 BF 49 42 0 19 EA 3A 2F
Octal 63 101 277 111 102 0 31 352 72 57
Binary 110011 1000001 10111111 1001001 1000010 0 11001 11101010 111010 101111

Color Harmonies of #3341BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3341BF

Black with #3341BF

Text Example


Text Example

White with #3341BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,65,191); }

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

background-color css

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

 a { background-color: rgb(51,65,191); }

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

border-color css

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

 span { border-color: rgb(51,65,191); }

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