Html Css Color HEX #2D46BE Cerulean Blue

📋 copy color: '#2D46BE'

red 45 ◦ green 70 ◦ blue 190

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

Shades of Cerulean Blue #2D46BE

Tints of Cerulean Blue #2D46BE

RGB

 RED value IS 45 (17.97% from 255) = 14.75%

 GREEN value IS 70 (27.73% from 255) = 22.95%

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

R = 14.75%
G = 22.95%
B = 62.3%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D46BE (or 0x2D46BE) is known color: Cerulean Blue. HEX triplet: 2D, 46 and BE. RGB value is (45,70,190). Sum of RGB (Red+Green+Blue) = 45+70+190=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D46BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D46BE is #D2B941. Grayscale: #4B4B4B. Windows color (decimal): -13809986 or 12469805. OLE color: 12469805.

HSL color Cylindrical-coordinate representation of color #2D46BE: hue angle of 229.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D46BE is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 70 190 -
CMYK 0.76 0.63 0 0.25
HSL 229.66º 0.62% 0.46% -
HSV(B) 229.66º 0.76% 0.75% -
XYZ 12.57 8.66 49.72 -
YUV 76.21 192.22 105.74 -
System Red Green Blue C M Y K H S L
Decimal 45 70 190 0.76 0.63 0 0.25 229.66 0.62 0.46
Hex 2D 46 BE 4C 3F 0 19 E6 3E 2E
Octal 55 106 276 114 77 0 31 346 76 56
Binary 101101 1000110 10111110 1001100 111111 0 11001 11100110 111110 101110

Color Harmonies of #2D46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D46BE

Black with #2D46BE

Text Example


Text Example

White with #2D46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D46BE; }

 p { color: rgb(45,70,190); }

 H1.HeaderClassName
 {
   color: #2D46BE;
 }
 .AnyTagClassName
 {
   color: #2D46BE;
 }
</style>

background-color css

<style>
 a { background-color: #2D46BE; }

 a { background-color: rgb(45,70,190); }

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

border-color css

<style>
 span { border-color: #2D46BE; }

 span { border-color: rgb(45,70,190); }

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