Html Css Color HEX #2645BC Cerulean Blue

📋 copy color: '#2645BC'

red 38 ◦ green 69 ◦ blue 188

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

Shades of Cerulean Blue #2645BC

Tints of Cerulean Blue #2645BC

RGB

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

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

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

R = 12.88%
G = 23.39%
B = 63.73%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2645BC (or 0x2645BC) is known color: Cerulean Blue. HEX triplet: 26, 45 and BC. RGB value is (38,69,188). Sum of RGB (Red+Green+Blue) = 38+69+188=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #2645BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2645BC is #D9BA43. Grayscale: #484848. Windows color (decimal): -14268996 or 12338470. OLE color: 12338470.

HSL color Cylindrical-coordinate representation of color #2645BC: hue angle of 227.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2645BC is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 69 188 -
CMYK 0.80 0.63 0 0.26
HSL 227.6º 0.66% 0.44% -
HSV(B) 227.6º 0.8% 0.74% -
XYZ 12 8.3 48.55 -
YUV 73.3 192.73 102.82 -
System Red Green Blue C M Y K H S L
Decimal 38 69 188 0.80 0.63 0 0.26 227.6 0.66 0.44
Hex 26 45 BC 50 3F 0 1A E4 42 2C
Octal 46 105 274 120 77 0 32 344 102 54
Binary 100110 1000101 10111100 1010000 111111 0 11010 11100100 1000010 101100

Color Harmonies of #2645BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2645BC

Black with #2645BC

Text Example


Text Example

White with #2645BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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