Html Css Color HEX #3450BC Cerulean Blue

📋 copy color: '#3450BC'

red 52 ◦ green 80 ◦ blue 188

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

Shades of Cerulean Blue #3450BC

Tints of Cerulean Blue #3450BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

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

R = 16.25%
G = 25%
B = 58.75%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3450BC (or 0x3450BC) is known color: Cerulean Blue. HEX triplet: 34, 50 and BC. RGB value is (52,80,188). Sum of RGB (Red+Green+Blue) = 52+80+188=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #3450BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3450BC is #CBAF43. Grayscale: #535353. Windows color (decimal): -13348676 or 12341300. OLE color: 12341300.

HSL color Cylindrical-coordinate representation of color #3450BC: hue angle of 227.65º 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 #3450BC is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 80 188 -
CMYK 0.72 0.57 0 0.26
HSL 227.65º 0.57% 0.47% -
HSV(B) 227.65º 0.72% 0.74% -
XYZ 13.36 10.1 48.82 -
YUV 83.94 186.72 105.22 -
System Red Green Blue C M Y K H S L
Decimal 52 80 188 0.72 0.57 0 0.26 227.65 0.57 0.47
Hex 34 50 BC 48 39 0 1A E4 39 2F
Octal 64 120 274 110 71 0 32 344 71 57
Binary 110100 1010000 10111100 1001000 111001 0 11010 11100100 111001 101111

Color Harmonies of #3450BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3450BC

Black with #3450BC

Text Example


Text Example

White with #3450BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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