Html Css Color HEX #3458AF Cerulean Blue

📋 copy color: '#3458AF'

red 52 ◦ green 88 ◦ blue 175

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

Shades of Cerulean Blue #3458AF

Tints of Cerulean Blue #3458AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.94%

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

R = 16.51%
G = 27.94%
B = 55.56%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3458AF (or 0x3458AF) is known color: Cerulean Blue. HEX triplet: 34, 58 and AF. RGB value is (52,88,175). Sum of RGB (Red+Green+Blue) = 52+88+175=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #3458AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3458AF is #CBA750. Grayscale: #565656. Windows color (decimal): -13346641 or 11491380. OLE color: 11491380.

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

Color convert

RGB 52 88 175 -
CMYK 0.70 0.50 0 0.31
HSL 222.44º 0.54% 0.45% -
HSV(B) 222.44º 0.7% 0.69% -
XYZ 12.64 10.8 41.98 -
YUV 87.15 177.57 102.93 -
System Red Green Blue C M Y K H S L
Decimal 52 88 175 0.70 0.50 0 0.31 222.44 0.54 0.45
Hex 34 58 AF 46 32 0 1F DE 36 2D
Octal 64 130 257 106 62 0 37 336 66 55
Binary 110100 1011000 10101111 1000110 110010 0 11111 11011110 110110 101101

Color Harmonies of #3458AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3458AF

Black with #3458AF

Text Example


Text Example

White with #3458AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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