#2275DA

Color #2275DA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2275DA

Tints of Royal Blue #2275DA

Color information

#2275DA (or 0x2275DA) is unknown color: approx Royal Blue. HEX triplet: 22, 75 and DA. RGB value is (34,117,218). Sum of RGB (Red+Green+Blue) = 34+117+218=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #2275DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2275DA is #DD8A25. Grayscale: #676767. Windows color (decimal): -14518822 or 14316834. OLE color: 14316834.

HSL color Cylindrical-coordinate representation of color #2275DA: hue angle of 212.93º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2275DA is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB34117218-
CMYK0.840.4600.15
HSL212.93º73.02%49.41%-
HSV(B)212.93º84.4%85.49%-
XYZ19.6818.1268.79-
YUV103.7192.578.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.21%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 218 (85.55% from 255) = 59.08%
R=9.21%
G=31.71%
B=59.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal341172180.840.4600.15212.9373.0249.41
Hex2275DA542E0Fd54931
Octal421653321245601732511161
Binary100010111010111011010101010010111001111110101011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2275DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2275DA; }

 p { color: rgb(34,117,218); }

 H1.HeaderClassName
 {
   color: #2275DA;
 }
 .AnyTagClassName
 {
   color: #2275DA;
 }
</style>
background-color css

<style>
 a { background-color: #2275DA; }

 a { background-color: rgb(34,117,218); }

 div.DivClassName
 {
   background-color: #2275DA;
 }
 .BgClassName
 {
   background-color: #2275DA;
 }
</style>
border-color css

<style>
 span { border-color: #2275DA; }

 span { border-color: rgb(34,117,218); }

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