Html Css Color HEX #3348AC Cerulean Blue

📋 copy color: '#3348AC'

red 51 ◦ green 72 ◦ blue 172

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

Shades of Cerulean Blue #3348AC

Tints of Cerulean Blue #3348AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.31%

R = 17.29%
G = 24.41%
B = 58.31%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3348AC (or 0x3348AC) is known color: Cerulean Blue. HEX triplet: 33, 48 and AC. RGB value is (51,72,172). Sum of RGB (Red+Green+Blue) = 51+72+172=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #3348AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3348AC is #CCB753. Grayscale: #4C4C4C. Windows color (decimal): -13416276 or 11290675. OLE color: 11290675.

HSL color Cylindrical-coordinate representation of color #3348AC: hue angle of 229.59º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3348AC is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 72 172 -
CMYK 0.70 0.58 0 0.33
HSL 229.59º 0.54% 0.44% -
HSV(B) 229.59º 0.7% 0.67% -
XYZ 11.13 8.32 40.05 -
YUV 77.12 181.54 109.37 -
System Red Green Blue C M Y K H S L
Decimal 51 72 172 0.70 0.58 0 0.33 229.59 0.54 0.44
Hex 33 48 AC 46 3A 0 21 E6 36 2C
Octal 63 110 254 106 72 0 41 346 66 54
Binary 110011 1001000 10101100 1000110 111010 0 100001 11100110 110110 101100

Color Harmonies of #3348AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3348AC

Black with #3348AC

Text Example


Text Example

White with #3348AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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