#223262

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

Shades of Catalina Blue #223262

Tints of Catalina Blue #223262

Color information

#223262 (or 0x223262) is unknown color: approx Catalina Blue. HEX triplet: 22, 32 and 62. RGB value is (34,50,98). Sum of RGB (Red+Green+Blue) = 34+50+98=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #223262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223262 is #DDCD9D. Grayscale: #323232. Windows color (decimal): -14536094 or 6435362. OLE color: 6435362.

HSL color Cylindrical-coordinate representation of color #223262: hue angle of 225º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #223262 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB345098-
CMYK0.650.4900.62
HSL225º48.48%25.88%-
HSV(B)225º65.31%38.43%-
XYZ43.512.02-
YUV50.69154.7116.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 98 (38.67% from 255) = 53.85%
R=18.68%
G=27.47%
B=53.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3450980.650.4900.6222548.4825.88
Hex223262413103Ee1301a
Octal4262142101610763416032
Binary1000101100101100010100000111000101111101110000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223262; }

 p { color: rgb(34,50,98); }

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

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

 a { background-color: rgb(34,50,98); }

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

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

 span { border-color: rgb(34,50,98); }

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