Html Css Color HEX #2748BE Cerulean Blue

📋 copy color: '#2748BE'

red 39 ◦ green 72 ◦ blue 190

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

Shades of Cerulean Blue #2748BE

Tints of Cerulean Blue #2748BE

RGB

 RED value IS 39 (15.63% from 255) = 12.96%

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 12.96%
G = 23.92%
B = 63.12%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2748BE (or 0x2748BE) is known color: Cerulean Blue. HEX triplet: 27, 48 and BE. RGB value is (39,72,190). Sum of RGB (Red+Green+Blue) = 39+72+190=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #2748BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2748BE is #D8B741. Grayscale: #4B4B4B. Windows color (decimal): -14202690 or 12470311. OLE color: 12470311.

HSL color Cylindrical-coordinate representation of color #2748BE: hue angle of 226.89º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2748BE is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 72 190 -
CMYK 0.79 0.62 0 0.25
HSL 226.89º 0.66% 0.45% -
HSV(B) 226.89º 0.79% 0.75% -
XYZ 12.45 8.78 49.75 -
YUV 75.59 192.57 101.91 -
System Red Green Blue C M Y K H S L
Decimal 39 72 190 0.79 0.62 0 0.25 226.89 0.66 0.45
Hex 27 48 BE 4F 3E 0 19 E3 42 2D
Octal 47 110 276 117 76 0 31 343 102 55
Binary 100111 1001000 10111110 1001111 111110 0 11001 11100011 1000010 101101

Color Harmonies of #2748BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2748BE

Black with #2748BE

Text Example


Text Example

White with #2748BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2748BE; }

 p { color: rgb(39,72,190); }

 H1.HeaderClassName
 {
   color: #2748BE;
 }
 .AnyTagClassName
 {
   color: #2748BE;
 }
</style>

background-color css

<style>
 a { background-color: #2748BE; }

 a { background-color: rgb(39,72,190); }

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

border-color css

<style>
 span { border-color: #2748BE; }

 span { border-color: rgb(39,72,190); }

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