Html Css Color HEX #3450AF Cerulean Blue

📋 copy color: '#3450AF'

red 52 ◦ green 80 ◦ blue 175

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

Shades of Cerulean Blue #3450AF

Tints of Cerulean Blue #3450AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57%

R = 16.94%
G = 26.06%
B = 57%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3450AF (or 0x3450AF) is known color: Cerulean Blue. HEX triplet: 34, 50 and AF. RGB value is (52,80,175). Sum of RGB (Red+Green+Blue) = 52+80+175=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #3450AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3450AF is #CBAF50. Grayscale: #525252. Windows color (decimal): -13348689 or 11489332. OLE color: 11489332.

HSL color Cylindrical-coordinate representation of color #3450AF: hue angle of 226.34º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3450AF is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 80 175 -
CMYK 0.70 0.54 0 0.31
HSL 226.34º 0.54% 0.45% -
HSV(B) 226.34º 0.7% 0.69% -
XYZ 12.02 9.56 41.77 -
YUV 82.46 180.22 106.28 -
System Red Green Blue C M Y K H S L
Decimal 52 80 175 0.70 0.54 0 0.31 226.34 0.54 0.45
Hex 34 50 AF 46 36 0 1F E2 36 2D
Octal 64 120 257 106 66 0 37 342 66 55
Binary 110100 1010000 10101111 1000110 110110 0 11111 11100010 110110 101101

Color Harmonies of #3450AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3450AF

Black with #3450AF

Text Example


Text Example

White with #3450AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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