Html Css Color HEX #3165BD Cerulean Blue

📋 copy color: '#3165BD'

red 49 ◦ green 101 ◦ blue 189

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

Shades of Cerulean Blue #3165BD

Tints of Cerulean Blue #3165BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.75%

R = 14.45%
G = 29.79%
B = 55.75%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3165BD (or 0x3165BD) is known color: Cerulean Blue. HEX triplet: 31, 65 and BD. RGB value is (49,101,189). Sum of RGB (Red+Green+Blue) = 49+101+189=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #3165BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3165BD is #CE9A42. Grayscale: #5F5F5F. Windows color (decimal): -13539907 or 12412209. OLE color: 12412209.

HSL color Cylindrical-coordinate representation of color #3165BD: hue angle of 217.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3165BD is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 101 189 -
CMYK 0.74 0.47 0 0.26
HSL 217.71º 0.59% 0.47% -
HSV(B) 217.71º 0.74% 0.74% -
XYZ 15.11 13.63 49.98 -
YUV 95.48 180.77 94.84 -
System Red Green Blue C M Y K H S L
Decimal 49 101 189 0.74 0.47 0 0.26 217.71 0.59 0.47
Hex 31 65 BD 4A 2F 0 1A DA 3B 2F
Octal 61 145 275 112 57 0 32 332 73 57
Binary 110001 1100101 10111101 1001010 101111 0 11010 11011010 111011 101111

Color Harmonies of #3165BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3165BD

Black with #3165BD

Text Example


Text Example

White with #3165BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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