Html Css Color HEX #3255BE Cerulean Blue

📋 copy color: '#3255BE'

red 50 ◦ green 85 ◦ blue 190

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

Shades of Cerulean Blue #3255BE

Tints of Cerulean Blue #3255BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 15.38%
G = 26.15%
B = 58.46%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3255BE (or 0x3255BE) is known color: Cerulean Blue. HEX triplet: 32, 55 and BE. RGB value is (50,85,190). Sum of RGB (Red+Green+Blue) = 50+85+190=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #3255BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255BE is #CDAA41. Grayscale: #565656. Windows color (decimal): -13478466 or 12473650. OLE color: 12473650.

HSL color Cylindrical-coordinate representation of color #3255BE: hue angle of 225º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3255BE is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 85 190 -
CMYK 0.74 0.55 0 0.25
HSL 225º 0.58% 0.47% -
HSV(B) 225º 0.74% 0.75% -
XYZ 13.86 10.89 50.09 -
YUV 86.51 186.4 101.96 -
System Red Green Blue C M Y K H S L
Decimal 50 85 190 0.74 0.55 0 0.25 225 0.58 0.47
Hex 32 55 BE 4A 37 0 19 E1 3A 2F
Octal 62 125 276 112 67 0 31 341 72 57
Binary 110010 1010101 10111110 1001010 110111 0 11001 11100001 111010 101111

Color Harmonies of #3255BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3255BE

Black with #3255BE

Text Example


Text Example

White with #3255BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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