Html Css Color HEX #3364BF Cerulean Blue

📋 copy color: '#3364BF'

red 51 ◦ green 100 ◦ blue 191

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

Shades of Cerulean Blue #3364BF

Tints of Cerulean Blue #3364BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 14.91%
G = 29.24%
B = 55.85%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3364BF (or 0x3364BF) is known color: Cerulean Blue. HEX triplet: 33, 64 and BF. RGB value is (51,100,191). Sum of RGB (Red+Green+Blue) = 51+100+191=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #3364BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3364BF is #CC9B40. Grayscale: #5F5F5F. Windows color (decimal): -13409089 or 12543027. OLE color: 12543027.

HSL color Cylindrical-coordinate representation of color #3364BF: hue angle of 219º 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 #3364BF is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 100 191 -
CMYK 0.73 0.48 0 0.25
HSL 219º 0.58% 0.47% -
HSV(B) 219º 0.73% 0.75% -
XYZ 15.33 13.58 51.1 -
YUV 95.72 181.77 96.1 -
System Red Green Blue C M Y K H S L
Decimal 51 100 191 0.73 0.48 0 0.25 219 0.58 0.47
Hex 33 64 BF 49 30 0 19 DB 3A 2F
Octal 63 144 277 111 60 0 31 333 72 57
Binary 110011 1100100 10111111 1001001 110000 0 11001 11011011 111010 101111

Color Harmonies of #3364BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3364BF

Black with #3364BF

Text Example


Text Example

White with #3364BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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