Html Css Color HEX #2B65BE Cerulean Blue

📋 copy color: '#2B65BE'

red 43 ◦ green 101 ◦ blue 190

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

Shades of Cerulean Blue #2B65BE

Tints of Cerulean Blue #2B65BE

RGB

 RED value IS 43 (17.19% from 255) = 12.87%

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

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

R = 12.87%
G = 30.24%
B = 56.89%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B65BE (or 0x2B65BE) is known color: Cerulean Blue. HEX triplet: 2B, 65 and BE. RGB value is (43,101,190). Sum of RGB (Red+Green+Blue) = 43+101+190=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B65BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B65BE is #D49A41. Grayscale: #5D5D5D. Windows color (decimal): -13933122 or 12477739. OLE color: 12477739.

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

Color convert

RGB 43 101 190 -
CMYK 0.77 0.47 0 0.25
HSL 216.33º 0.63% 0.46% -
HSV(B) 216.33º 0.77% 0.75% -
XYZ 14.94 13.54 50.54 -
YUV 93.8 182.28 91.76 -
System Red Green Blue C M Y K H S L
Decimal 43 101 190 0.77 0.47 0 0.25 216.33 0.63 0.46
Hex 2B 65 BE 4D 2F 0 19 D8 3F 2E
Octal 53 145 276 115 57 0 31 330 77 56
Binary 101011 1100101 10111110 1001101 101111 0 11001 11011000 111111 101110

Color Harmonies of #2B65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B65BE

Black with #2B65BE

Text Example


Text Example

White with #2B65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,101,190); }

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

background-color css

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

 a { background-color: rgb(43,101,190); }

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

border-color css

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

 span { border-color: rgb(43,101,190); }

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