Html Css Color HEX #3458C0 Cerulean Blue

📋 copy color: '#3458C0'

red 52 ◦ green 88 ◦ blue 192

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

Shades of Cerulean Blue #3458C0

Tints of Cerulean Blue #3458C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.83%

R = 15.66%
G = 26.51%
B = 57.83%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3458C0 (or 0x3458C0) is known color: Cerulean Blue. HEX triplet: 34, 58 and C0. RGB value is (52,88,192). Sum of RGB (Red+Green+Blue) = 52+88+192=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #3458C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3458C0 is #CBA73F. Grayscale: #585858. Windows color (decimal): -13346624 or 12605492. OLE color: 12605492.

HSL color Cylindrical-coordinate representation of color #3458C0: hue angle of 224.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3458C0 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 88 192 -
CMYK 0.73 0.54 0 0.25
HSL 224.57º 0.57% 0.48% -
HSV(B) 224.57º 0.73% 0.75% -
XYZ 14.42 11.52 51.33 -
YUV 89.09 186.07 101.54 -
System Red Green Blue C M Y K H S L
Decimal 52 88 192 0.73 0.54 0 0.25 224.57 0.57 0.48
Hex 34 58 C0 49 36 0 19 E1 39 30
Octal 64 130 300 111 66 0 31 341 71 60
Binary 110100 1011000 11000000 1001001 110110 0 11001 11100001 111001 110000

Color Harmonies of #3458C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3458C0

Black with #3458C0

Text Example


Text Example

White with #3458C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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