Html Css Color HEX #3255BA Cerulean Blue

📋 copy color: '#3255BA'

red 50 ◦ green 85 ◦ blue 186

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

Shades of Cerulean Blue #3255BA

Tints of Cerulean Blue #3255BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.94%

R = 15.58%
G = 26.48%
B = 57.94%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3255BA (or 0x3255BA) is known color: Cerulean Blue. HEX triplet: 32, 55 and BA. RGB value is (50,85,186). Sum of RGB (Red+Green+Blue) = 50+85+186=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #3255BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255BA is #CDAA45. Grayscale: #555555. Windows color (decimal): -13478470 or 12211506. OLE color: 12211506.

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

Color convert

RGB 50 85 186 -
CMYK 0.73 0.54 0 0.27
HSL 224.56º 0.58% 0.46% -
HSV(B) 224.56º 0.73% 0.73% -
XYZ 13.43 10.72 47.82 -
YUV 86.05 184.4 102.29 -
System Red Green Blue C M Y K H S L
Decimal 50 85 186 0.73 0.54 0 0.27 224.56 0.58 0.46
Hex 32 55 BA 49 36 0 1B E1 3A 2E
Octal 62 125 272 111 66 0 33 341 72 56
Binary 110010 1010101 10111010 1001001 110110 0 11011 11100001 111010 101110

Color Harmonies of #3255BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3255BA

Black with #3255BA

Text Example


Text Example

White with #3255BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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