Html Css Color HEX #3364BC Cerulean Blue

📋 copy color: '#3364BC'

red 51 ◦ green 100 ◦ blue 188

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

Shades of Cerulean Blue #3364BC

Tints of Cerulean Blue #3364BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 15.04%
G = 29.5%
B = 55.46%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3364BC (or 0x3364BC) is known color: Cerulean Blue. HEX triplet: 33, 64 and BC. RGB value is (51,100,188). Sum of RGB (Red+Green+Blue) = 51+100+188=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #3364BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3364BC is #CC9B43. Grayscale: #5E5E5E. Windows color (decimal): -13409092 or 12346419. OLE color: 12346419.

HSL color Cylindrical-coordinate representation of color #3364BC: hue angle of 218.54º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3364BC is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 100 188 -
CMYK 0.73 0.47 0 0.26
HSL 218.54º 0.57% 0.47% -
HSV(B) 218.54º 0.73% 0.74% -
XYZ 15 13.45 49.38 -
YUV 95.38 180.27 96.34 -
System Red Green Blue C M Y K H S L
Decimal 51 100 188 0.73 0.47 0 0.26 218.54 0.57 0.47
Hex 33 64 BC 49 2F 0 1A DB 39 2F
Octal 63 144 274 111 57 0 32 333 71 57
Binary 110011 1100100 10111100 1001001 101111 0 11010 11011011 111001 101111

Color Harmonies of #3364BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3364BC

Black with #3364BC

Text Example


Text Example

White with #3364BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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