Html Css Color HEX #3458BD Cerulean Blue

📋 copy color: '#3458BD'

red 52 ◦ green 88 ◦ blue 189

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

Shades of Cerulean Blue #3458BD

Tints of Cerulean Blue #3458BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 15.81%
G = 26.75%
B = 57.45%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3458BD (or 0x3458BD) is known color: Cerulean Blue. HEX triplet: 34, 58 and BD. RGB value is (52,88,189). Sum of RGB (Red+Green+Blue) = 52+88+189=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #3458BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3458BD is #CBA742. Grayscale: #585858. Windows color (decimal): -13346627 or 12408884. OLE color: 12408884.

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

Color convert

RGB 52 88 189 -
CMYK 0.72 0.53 0 0.26
HSL 224.23º 0.57% 0.47% -
HSV(B) 224.23º 0.72% 0.74% -
XYZ 14.09 11.38 49.6 -
YUV 88.75 184.57 101.79 -
System Red Green Blue C M Y K H S L
Decimal 52 88 189 0.72 0.53 0 0.26 224.23 0.57 0.47
Hex 34 58 BD 48 35 0 1A E0 39 2F
Octal 64 130 275 110 65 0 32 340 71 57
Binary 110100 1011000 10111101 1001000 110101 0 11010 11100000 111001 101111

Color Harmonies of #3458BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3458BD

Black with #3458BD

Text Example


Text Example

White with #3458BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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