Html Css Color HEX #3258BC Cerulean Blue

📋 copy color: '#3258BC'

red 50 ◦ green 88 ◦ blue 188

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

Shades of Cerulean Blue #3258BC

Tints of Cerulean Blue #3258BC

RGB

 RED value IS 50 (19.92% from 255) = 15.34%

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

 BLUE value IS 188 (73.83% from 255) = 57.67%

R = 15.34%
G = 26.99%
B = 57.67%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3258BC (or 0x3258BC) is known color: Cerulean Blue. HEX triplet: 32, 58 and BC. RGB value is (50,88,188). Sum of RGB (Red+Green+Blue) = 50+88+188=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #3258BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258BC is #CDA743. Grayscale: #575757. Windows color (decimal): -13477700 or 12343346. OLE color: 12343346.

HSL color Cylindrical-coordinate representation of color #3258BC: hue angle of 223.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3258BC is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 88 188 -
CMYK 0.73 0.53 0 0.26
HSL 223.48º 0.58% 0.47% -
HSV(B) 223.48º 0.73% 0.74% -
XYZ 13.88 11.29 49.02 -
YUV 88.04 184.41 100.87 -
System Red Green Blue C M Y K H S L
Decimal 50 88 188 0.73 0.53 0 0.26 223.48 0.58 0.47
Hex 32 58 BC 49 35 0 1A DF 3A 2F
Octal 62 130 274 111 65 0 32 337 72 57
Binary 110010 1011000 10111100 1001001 110101 0 11010 11011111 111010 101111

Color Harmonies of #3258BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258BC

Black with #3258BC

Text Example


Text Example

White with #3258BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3258BC; }

 p { color: rgb(50,88,188); }

 H1.HeaderClassName
 {
   color: #3258BC;
 }
 .AnyTagClassName
 {
   color: #3258BC;
 }
</style>

background-color css

<style>
 a { background-color: #3258BC; }

 a { background-color: rgb(50,88,188); }

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

border-color css

<style>
 span { border-color: #3258BC; }

 span { border-color: rgb(50,88,188); }

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