Html Css Color HEX #2945BC Cerulean Blue

📋 copy color: '#2945BC'

red 41 ◦ green 69 ◦ blue 188

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

Shades of Cerulean Blue #2945BC

Tints of Cerulean Blue #2945BC

RGB

 RED value IS 41 (16.41% from 255) = 13.76%

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

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 13.76%
G = 23.15%
B = 63.09%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2945BC (or 0x2945BC) is known color: Cerulean Blue. HEX triplet: 29, 45 and BC. RGB value is (41,69,188). Sum of RGB (Red+Green+Blue) = 41+69+188=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #2945BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2945BC is #D6BA43. Grayscale: #494949. Windows color (decimal): -14072388 or 12338473. OLE color: 12338473.

HSL color Cylindrical-coordinate representation of color #2945BC: hue angle of 228.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2945BC is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 69 188 -
CMYK 0.78 0.63 0 0.26
HSL 228.57º 0.64% 0.45% -
HSV(B) 228.57º 0.78% 0.74% -
XYZ 12.12 8.36 48.55 -
YUV 74.19 192.22 104.32 -
System Red Green Blue C M Y K H S L
Decimal 41 69 188 0.78 0.63 0 0.26 228.57 0.64 0.45
Hex 29 45 BC 4E 3F 0 1A E5 40 2D
Octal 51 105 274 116 77 0 32 345 100 55
Binary 101001 1000101 10111100 1001110 111111 0 11010 11100101 1000000 101101

Color Harmonies of #2945BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2945BC

Black with #2945BC

Text Example


Text Example

White with #2945BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2945BC; }

 p { color: rgb(41,69,188); }

 H1.HeaderClassName
 {
   color: #2945BC;
 }
 .AnyTagClassName
 {
   color: #2945BC;
 }
</style>

background-color css

<style>
 a { background-color: #2945BC; }

 a { background-color: rgb(41,69,188); }

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

border-color css

<style>
 span { border-color: #2945BC; }

 span { border-color: rgb(41,69,188); }

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