Html Css Color HEX #3456AF Cerulean Blue

📋 copy color: '#3456AF'

red 52 ◦ green 86 ◦ blue 175

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

Shades of Cerulean Blue #3456AF

Tints of Cerulean Blue #3456AF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

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

R = 16.61%
G = 27.48%
B = 55.91%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3456AF (or 0x3456AF) is known color: Cerulean Blue. HEX triplet: 34, 56 and AF. RGB value is (52,86,175). Sum of RGB (Red+Green+Blue) = 52+86+175=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #3456AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3456AF is #CBA950. Grayscale: #555555. Windows color (decimal): -13347153 or 11490868. OLE color: 11490868.

HSL color Cylindrical-coordinate representation of color #3456AF: hue angle of 223.41º 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 #3456AF is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 86 175 -
CMYK 0.70 0.51 0 0.31
HSL 223.41º 0.54% 0.45% -
HSV(B) 223.41º 0.7% 0.69% -
XYZ 12.48 10.48 41.92 -
YUV 85.98 178.24 103.76 -
System Red Green Blue C M Y K H S L
Decimal 52 86 175 0.70 0.51 0 0.31 223.41 0.54 0.45
Hex 34 56 AF 46 33 0 1F DF 36 2D
Octal 64 126 257 106 63 0 37 337 66 55
Binary 110100 1010110 10101111 1000110 110011 0 11111 11011111 110110 101101

Color Harmonies of #3456AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3456AF

Black with #3456AF

Text Example


Text Example

White with #3456AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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