Html Css Color HEX #3855B7 Cerulean Blue

📋 copy color: '#3855B7'

red 56 ◦ green 85 ◦ blue 183

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

Shades of Cerulean Blue #3855B7

Tints of Cerulean Blue #3855B7

RGB

 RED value IS 56 (22.27% from 255) = 17.28%

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

 BLUE value IS 183 (71.88% from 255) = 56.48%

R = 17.28%
G = 26.23%
B = 56.48%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3855B7 (or 0x3855B7) is known color: Cerulean Blue. HEX triplet: 38, 55 and B7. RGB value is (56,85,183). Sum of RGB (Red+Green+Blue) = 56+85+183=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #3855B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3855B7 is #C7AA48. Grayscale: #575757. Windows color (decimal): -13085257 or 12014904. OLE color: 12014904.

HSL color Cylindrical-coordinate representation of color #3855B7: hue angle of 226.3º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3855B7 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 85 183 -
CMYK 0.69 0.54 0 0.28
HSL 226.3º 0.53% 0.47% -
HSV(B) 226.3º 0.69% 0.72% -
XYZ 13.43 10.76 46.17 -
YUV 87.5 181.89 105.53 -
System Red Green Blue C M Y K H S L
Decimal 56 85 183 0.69 0.54 0 0.28 226.3 0.53 0.47
Hex 38 55 B7 45 36 0 1C E2 35 2F
Octal 70 125 267 105 66 0 34 342 65 57
Binary 111000 1010101 10110111 1000101 110110 0 11100 11100010 110101 101111

Color Harmonies of #3855B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3855B7

Black with #3855B7

Text Example


Text Example

White with #3855B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3855B7; }

 p { color: rgb(56,85,183); }

 H1.HeaderClassName
 {
   color: #3855B7;
 }
 .AnyTagClassName
 {
   color: #3855B7;
 }
</style>

background-color css

<style>
 a { background-color: #3855B7; }

 a { background-color: rgb(56,85,183); }

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

border-color css

<style>
 span { border-color: #3855B7; }

 span { border-color: rgb(56,85,183); }

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