Html Css Color HEX #3348BB Cerulean Blue

📋 copy color: '#3348BB'

red 51 ◦ green 72 ◦ blue 187

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

Shades of Cerulean Blue #3348BB

Tints of Cerulean Blue #3348BB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

 BLUE value IS 187 (73.44% from 255) = 60.32%

R = 16.45%
G = 23.23%
B = 60.32%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3348BB (or 0x3348BB) is known color: Cerulean Blue. HEX triplet: 33, 48 and BB. RGB value is (51,72,187). Sum of RGB (Red+Green+Blue) = 51+72+187=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #3348BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3348BB is #CCB744. Grayscale: #4E4E4E. Windows color (decimal): -13416261 or 12273715. OLE color: 12273715.

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

Color convert

RGB 51 72 187 -
CMYK 0.73 0.61 0 0.27
HSL 230.74º 0.57% 0.47% -
HSV(B) 230.74º 0.73% 0.73% -
XYZ 12.65 8.93 48.07 -
YUV 78.83 189.04 108.15 -
System Red Green Blue C M Y K H S L
Decimal 51 72 187 0.73 0.61 0 0.27 230.74 0.57 0.47
Hex 33 48 BB 49 3D 0 1B E7 39 2F
Octal 63 110 273 111 75 0 33 347 71 57
Binary 110011 1001000 10111011 1001001 111101 0 11011 11100111 111001 101111

Color Harmonies of #3348BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3348BB

Black with #3348BB

Text Example


Text Example

White with #3348BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3348BB; }

 p { color: rgb(51,72,187); }

 H1.HeaderClassName
 {
   color: #3348BB;
 }
 .AnyTagClassName
 {
   color: #3348BB;
 }
</style>

background-color css

<style>
 a { background-color: #3348BB; }

 a { background-color: rgb(51,72,187); }

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

border-color css

<style>
 span { border-color: #3348BB; }

 span { border-color: rgb(51,72,187); }

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