Html Css Color HEX #223A65 Catalina Blue

📋 copy color: '#223A65'

red 34 ◦ green 58 ◦ blue 101

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

Shades of Catalina Blue #223A65

Tints of Catalina Blue #223A65

RGB

 RED value IS 34 (13.67% from 255) = 17.62%

 GREEN value IS 58 (23.05% from 255) = 30.05%

 BLUE value IS 101 (39.84% from 255) = 52.33%

R = 17.62%
G = 30.05%
B = 52.33%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#223A65 (or 0x223A65) is known color: Catalina Blue. HEX triplet: 22, 3A and 65. RGB value is (34,58,101). Sum of RGB (Red+Green+Blue) = 34+58+101=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #223A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A65 is #DDC59A. Grayscale: #373737. Windows color (decimal): -14534043 or 6634018. OLE color: 6634018.

HSL color Cylindrical-coordinate representation of color #223A65: hue angle of 218.51º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #223A65 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 34 58 101 -
CMYK 0.66 0.43 0 0.60
HSL 218.51º 0.5% 0.26% -
HSV(B) 218.51º 0.66% 0.4% -
XYZ 4.52 4.31 12.9 -
YUV 55.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 34 58 101 0.66 0.43 0 0.60 218.51 0.5 0.26
Hex 22 3A 65 42 2B 0 3C DB 32 1A
Octal 42 72 145 102 53 0 74 333 62 32
Binary 100010 111010 1100101 1000010 101011 0 111100 11011011 110010 11010

Color Harmonies of #223A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223A65

Black with #223A65

Text Example


Text Example

White with #223A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223A65; }

 p { color: rgb(34,58,101); }

 H1.HeaderClassName
 {
   color: #223A65;
 }
 .AnyTagClassName
 {
   color: #223A65;
 }
</style>

background-color css

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

 a { background-color: rgb(34,58,101); }

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

border-color css

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

 span { border-color: rgb(34,58,101); }

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