Html Css Color HEX #3364B3 Cerulean Blue

📋 copy color: '#3364B3'

red 51 ◦ green 100 ◦ blue 179

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

Shades of Cerulean Blue #3364B3

Tints of Cerulean Blue #3364B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 54.24%

R = 15.45%
G = 30.3%
B = 54.24%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3364B3 (or 0x3364B3) is known color: Cerulean Blue. HEX triplet: 33, 64 and B3. RGB value is (51,100,179). Sum of RGB (Red+Green+Blue) = 51+100+179=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 179 (70.31% from 255 or 54.24% from 330); Max value from RGB is 179 - color contains mainly: blue. Hex color #3364B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3364B3 is #CC9B4C. Grayscale: #5D5D5D. Windows color (decimal): -13409101 or 11756595. OLE color: 11756595.

HSL color Cylindrical-coordinate representation of color #3364B3: hue angle of 217.03º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3364B3 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 51 100 179 -
CMYK 0.72 0.44 0 0.30
HSL 217.03º 0.56% 0.45% -
HSV(B) 217.03º 0.72% 0.7% -
XYZ 14.06 13.07 44.43 -
YUV 94.36 175.77 97.08 -
System Red Green Blue C M Y K H S L
Decimal 51 100 179 0.72 0.44 0 0.30 217.03 0.56 0.45
Hex 33 64 B3 48 2C 0 1E D9 38 2D
Octal 63 144 263 110 54 0 36 331 70 55
Binary 110011 1100100 10110011 1001000 101100 0 11110 11011001 111000 101101

Color Harmonies of #3364B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3364B3

Black with #3364B3

Text Example


Text Example

White with #3364B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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