Html Css Color HEX #3165B5 Cerulean Blue

📋 copy color: '#3165B5'

red 49 ◦ green 101 ◦ blue 181

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

Shades of Cerulean Blue #3165B5

Tints of Cerulean Blue #3165B5

RGB

 RED value IS 49 (19.53% from 255) = 14.8%

 GREEN value IS 101 (39.84% from 255) = 30.51%

 BLUE value IS 181 (71.09% from 255) = 54.68%

R = 14.8%
G = 30.51%
B = 54.68%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3165B5 (or 0x3165B5) is known color: Cerulean Blue. HEX triplet: 31, 65 and B5. RGB value is (49,101,181). Sum of RGB (Red+Green+Blue) = 49+101+181=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #3165B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3165B5 is #CE9A4A. Grayscale: #5E5E5E. Windows color (decimal): -13539915 or 11887921. OLE color: 11887921.

HSL color Cylindrical-coordinate representation of color #3165B5: hue angle of 216.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3165B5 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 101 181 -
CMYK 0.73 0.44 0 0.29
HSL 216.36º 0.57% 0.45% -
HSV(B) 216.36º 0.73% 0.71% -
XYZ 14.26 13.3 45.53 -
YUV 94.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 49 101 181 0.73 0.44 0 0.29 216.36 0.57 0.45
Hex 31 65 B5 49 2C 0 1D D8 39 2D
Octal 61 145 265 111 54 0 35 330 71 55
Binary 110001 1100101 10110101 1001001 101100 0 11101 11011000 111001 101101

Color Harmonies of #3165B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3165B5

Black with #3165B5

Text Example


Text Example

White with #3165B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3165B5; }

 p { color: rgb(49,101,181); }

 H1.HeaderClassName
 {
   color: #3165B5;
 }
 .AnyTagClassName
 {
   color: #3165B5;
 }
</style>

background-color css

<style>
 a { background-color: #3165B5; }

 a { background-color: rgb(49,101,181); }

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

border-color css

<style>
 span { border-color: #3165B5; }

 span { border-color: rgb(49,101,181); }

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