Html Css Color HEX #2648BE Cerulean Blue

📋 copy color: '#2648BE'

red 38 ◦ green 72 ◦ blue 190

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

Shades of Cerulean Blue #2648BE

Tints of Cerulean Blue #2648BE

RGB

 RED value IS 38 (15.23% from 255) = 12.67%

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

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

R = 12.67%
G = 24%
B = 63.33%

CMYK

 C value IS 0.8

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2648BE (or 0x2648BE) is known color: Cerulean Blue. HEX triplet: 26, 48 and BE. RGB value is (38,72,190). Sum of RGB (Red+Green+Blue) = 38+72+190=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #2648BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2648BE is #D9B741. Grayscale: #4A4A4A. Windows color (decimal): -14268226 or 12470310. OLE color: 12470310.

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

Color convert

RGB 38 72 190 -
CMYK 0.8 0.62 0 0.25
HSL 226.58º 0.67% 0.45% -
HSV(B) 226.58º 0.8% 0.75% -
XYZ 12.41 8.76 49.75 -
YUV 75.29 192.74 101.41 -
System Red Green Blue C M Y K H S L
Decimal 38 72 190 0.8 0.62 0 0.25 226.58 0.67 0.45
Hex 26 48 BE 50 3E 0 19 E3 43 2D
Octal 46 110 276 120 76 0 31 343 103 55
Binary 100110 1001000 10111110 1010000 111110 0 11001 11100011 1000011 101101

Color Harmonies of #2648BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2648BE

Black with #2648BE

Text Example


Text Example

White with #2648BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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