Html Css Color HEX #2760D3 Cerulean Blue

📋 copy color: '#2760D3'

red 39 ◦ green 96 ◦ blue 211

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

Shades of Cerulean Blue #2760D3

Tints of Cerulean Blue #2760D3

RGB

 RED value IS 39 (15.63% from 255) = 11.27%

 GREEN value IS 96 (37.89% from 255) = 27.75%

 BLUE value IS 211 (82.81% from 255) = 60.98%

R = 11.27%
G = 27.75%
B = 60.98%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#2760D3 (or 0x2760D3) is known color: Cerulean Blue. HEX triplet: 27, 60 and D3. RGB value is (39,96,211). Sum of RGB (Red+Green+Blue) = 39+96+211=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 211 (82.81% from 255 or 60.98% from 346); Max value from RGB is 211 - color contains mainly: blue. Hex color #2760D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2760D3 is #D89F2C. Grayscale: #5B5B5B. Windows color (decimal): -14196525 or 13852711. OLE color: 13852711.

HSL color Cylindrical-coordinate representation of color #2760D3: hue angle of 220.12º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2760D3 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 39 96 211 -
CMYK 0.82 0.55 0 0.17
HSL 220.12º 0.69% 0.49% -
HSV(B) 220.12º 0.82% 0.83% -
XYZ 16.78 13.5 63.35 -
YUV 92.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 39 96 211 0.82 0.55 0 0.17 220.12 0.69 0.49
Hex 27 60 D3 52 37 0 11 DC 45 31
Octal 47 140 323 122 67 0 21 334 105 61
Binary 100111 1100000 11010011 1010010 110111 0 10001 11011100 1000101 110001

Color Harmonies of #2760D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2760D3

Black with #2760D3

Text Example


Text Example

White with #2760D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2760D3; }

 p { color: rgb(39,96,211); }

 H1.HeaderClassName
 {
   color: #2760D3;
 }
 .AnyTagClassName
 {
   color: #2760D3;
 }
</style>

background-color css

<style>
 a { background-color: #2760D3; }

 a { background-color: rgb(39,96,211); }

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

border-color css

<style>
 span { border-color: #2760D3; }

 span { border-color: rgb(39,96,211); }

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