Html Css Color HEX #3258BB Cerulean Blue

📋 copy color: '#3258BB'

red 50 ◦ green 88 ◦ blue 187

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

Shades of Cerulean Blue #3258BB

Tints of Cerulean Blue #3258BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 15.38%
G = 27.08%
B = 57.54%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3258BB (or 0x3258BB) is known color: Cerulean Blue. HEX triplet: 32, 58 and BB. RGB value is (50,88,187). Sum of RGB (Red+Green+Blue) = 50+88+187=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #3258BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258BB is #CDA744. Grayscale: #575757. Windows color (decimal): -13477701 or 12277810. OLE color: 12277810.

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

Color convert

RGB 50 88 187 -
CMYK 0.73 0.53 0 0.27
HSL 223.36º 0.58% 0.46% -
HSV(B) 223.36º 0.73% 0.73% -
XYZ 13.77 11.25 48.46 -
YUV 87.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 50 88 187 0.73 0.53 0 0.27 223.36 0.58 0.46
Hex 32 58 BB 49 35 0 1B DF 3A 2E
Octal 62 130 273 111 65 0 33 337 72 56
Binary 110010 1011000 10111011 1001001 110101 0 11011 11011111 111010 101110

Color Harmonies of #3258BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258BB

Black with #3258BB

Text Example


Text Example

White with #3258BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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