Html Css Color HEX #2645BE Cerulean Blue

📋 copy color: '#2645BE'

red 38 ◦ green 69 ◦ blue 190

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

Shades of Cerulean Blue #2645BE

Tints of Cerulean Blue #2645BE

RGB

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

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

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

R = 12.79%
G = 23.23%
B = 63.97%

CMYK

 C value IS 0.8

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2645BE (or 0x2645BE) is known color: Cerulean Blue. HEX triplet: 26, 45 and BE. RGB value is (38,69,190). Sum of RGB (Red+Green+Blue) = 38+69+190=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #2645BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2645BE is #D9BA41. Grayscale: #494949. Windows color (decimal): -14268994 or 12469542. OLE color: 12469542.

HSL color Cylindrical-coordinate representation of color #2645BE: hue angle of 227.76º 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 #2645BE is Cyan = 0.8, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 69 190 -
CMYK 0.8 0.64 0 0.25
HSL 227.76º 0.67% 0.45% -
HSV(B) 227.76º 0.8% 0.75% -
XYZ 12.22 8.39 49.69 -
YUV 73.53 193.73 102.66 -
System Red Green Blue C M Y K H S L
Decimal 38 69 190 0.8 0.64 0 0.25 227.76 0.67 0.45
Hex 26 45 BE 50 40 0 19 E4 43 2D
Octal 46 105 276 120 100 0 31 344 103 55
Binary 100110 1000101 10111110 1010000 1000000 0 11001 11100100 1000011 101101

Color Harmonies of #2645BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2645BE

Black with #2645BE

Text Example


Text Example

White with #2645BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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