Html Css Color HEX #2C45BE Cerulean Blue

📋 copy color: '#2C45BE'

red 44 ◦ green 69 ◦ blue 190

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

Shades of Cerulean Blue #2C45BE

Tints of Cerulean Blue #2C45BE

RGB

 RED value IS 44 (17.58% from 255) = 14.52%

 GREEN value IS 69 (27.34% from 255) = 22.77%

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

R = 14.52%
G = 22.77%
B = 62.71%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C45BE (or 0x2C45BE) is known color: Cerulean Blue. HEX triplet: 2C, 45 and BE. RGB value is (44,69,190). Sum of RGB (Red+Green+Blue) = 44+69+190=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C45BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C45BE is #D3BA41. Grayscale: #4A4A4A. Windows color (decimal): -13875778 or 12469548. OLE color: 12469548.

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

Color convert

RGB 44 69 190 -
CMYK 0.77 0.64 0 0.25
HSL 229.73º 0.62% 0.46% -
HSV(B) 229.73º 0.77% 0.75% -
XYZ 12.46 8.51 49.7 -
YUV 75.32 192.72 105.66 -
System Red Green Blue C M Y K H S L
Decimal 44 69 190 0.77 0.64 0 0.25 229.73 0.62 0.46
Hex 2C 45 BE 4D 40 0 19 E6 3E 2E
Octal 54 105 276 115 100 0 31 346 76 56
Binary 101100 1000101 10111110 1001101 1000000 0 11001 11100110 111110 101110

Color Harmonies of #2C45BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C45BE

Black with #2C45BE

Text Example


Text Example

White with #2C45BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,69,190); }

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

background-color css

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

 a { background-color: rgb(44,69,190); }

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

border-color css

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

 span { border-color: rgb(44,69,190); }

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