Html Css Color HEX #3255BC Cerulean Blue

📋 copy color: '#3255BC'

red 50 ◦ green 85 ◦ blue 188

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

Shades of Cerulean Blue #3255BC

Tints of Cerulean Blue #3255BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

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

R = 15.48%
G = 26.32%
B = 58.2%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3255BC (or 0x3255BC) is known color: Cerulean Blue. HEX triplet: 32, 55 and BC. RGB value is (50,85,188). Sum of RGB (Red+Green+Blue) = 50+85+188=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #3255BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255BC is #CDAA43. Grayscale: #555555. Windows color (decimal): -13478468 or 12342578. OLE color: 12342578.

HSL color Cylindrical-coordinate representation of color #3255BC: hue angle of 224.78º 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 #3255BC is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 85 188 -
CMYK 0.73 0.55 0 0.26
HSL 224.78º 0.58% 0.47% -
HSV(B) 224.78º 0.73% 0.74% -
XYZ 13.64 10.81 48.94 -
YUV 86.28 185.4 102.12 -
System Red Green Blue C M Y K H S L
Decimal 50 85 188 0.73 0.55 0 0.26 224.78 0.58 0.47
Hex 32 55 BC 49 37 0 1A E1 3A 2F
Octal 62 125 274 111 67 0 32 341 72 57
Binary 110010 1010101 10111100 1001001 110111 0 11010 11100001 111010 101111

Color Harmonies of #3255BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3255BC

Black with #3255BC

Text Example


Text Example

White with #3255BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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