Html Css Color HEX #3448BC Cerulean Blue

📋 copy color: '#3448BC'

red 52 ◦ green 72 ◦ blue 188

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

Shades of Cerulean Blue #3448BC

Tints of Cerulean Blue #3448BC

RGB

 RED value IS 52 (20.7% from 255) = 16.67%

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

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

R = 16.67%
G = 23.08%
B = 60.26%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3448BC (or 0x3448BC) is known color: Cerulean Blue. HEX triplet: 34, 48 and BC. RGB value is (52,72,188). Sum of RGB (Red+Green+Blue) = 52+72+188=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #3448BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3448BC is #CBB743. Grayscale: #4E4E4E. Windows color (decimal): -13350724 or 12339252. OLE color: 12339252.

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

Color convert

RGB 52 72 188 -
CMYK 0.72 0.62 0 0.26
HSL 231.18º 0.57% 0.47% -
HSV(B) 231.18º 0.72% 0.74% -
XYZ 12.81 9 48.64 -
YUV 79.24 189.37 108.57 -
System Red Green Blue C M Y K H S L
Decimal 52 72 188 0.72 0.62 0 0.26 231.18 0.57 0.47
Hex 34 48 BC 48 3E 0 1A E7 39 2F
Octal 64 110 274 110 76 0 32 347 71 57
Binary 110100 1001000 10111100 1001000 111110 0 11010 11100111 111001 101111

Color Harmonies of #3448BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3448BC

Black with #3448BC

Text Example


Text Example

White with #3448BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,72,188); }

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

background-color css

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

 a { background-color: rgb(52,72,188); }

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

border-color css

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

 span { border-color: rgb(52,72,188); }

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