Html Css Color HEX #2E65BF Cerulean Blue

📋 copy color: '#2E65BF'

red 46 ◦ green 101 ◦ blue 191

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

Shades of Cerulean Blue #2E65BF

Tints of Cerulean Blue #2E65BF

RGB

 RED value IS 46 (18.36% from 255) = 13.61%

 GREEN value IS 101 (39.84% from 255) = 29.88%

 BLUE value IS 191 (75% from 255) = 56.51%

R = 13.61%
G = 29.88%
B = 56.51%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E65BF (or 0x2E65BF) is known color: Cerulean Blue. HEX triplet: 2E, 65 and BF. RGB value is (46,101,191). Sum of RGB (Red+Green+Blue) = 46+101+191=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E65BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E65BF is #D19A40. Grayscale: #5E5E5E. Windows color (decimal): -13736513 or 12543278. OLE color: 12543278.

HSL color Cylindrical-coordinate representation of color #2E65BF: hue angle of 217.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E65BF is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 101 191 -
CMYK 0.76 0.47 0 0.25
HSL 217.24º 0.61% 0.46% -
HSV(B) 217.24º 0.76% 0.75% -
XYZ 15.18 13.65 51.12 -
YUV 94.82 182.28 93.18 -
System Red Green Blue C M Y K H S L
Decimal 46 101 191 0.76 0.47 0 0.25 217.24 0.61 0.46
Hex 2E 65 BF 4C 2F 0 19 D9 3D 2E
Octal 56 145 277 114 57 0 31 331 75 56
Binary 101110 1100101 10111111 1001100 101111 0 11001 11011001 111101 101110

Color Harmonies of #2E65BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E65BF

Black with #2E65BF

Text Example


Text Example

White with #2E65BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E65BF; }

 p { color: rgb(46,101,191); }

 H1.HeaderClassName
 {
   color: #2E65BF;
 }
 .AnyTagClassName
 {
   color: #2E65BF;
 }
</style>

background-color css

<style>
 a { background-color: #2E65BF; }

 a { background-color: rgb(46,101,191); }

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

border-color css

<style>
 span { border-color: #2E65BF; }

 span { border-color: rgb(46,101,191); }

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