Html Css Color HEX #223262 Catalina Blue

📋 copy color: '#223262'

red 34 ◦ green 50 ◦ blue 98

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

Shades of Catalina Blue #223262

Tints of Catalina Blue #223262

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 value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#223262 (or 0x223262) is known color: 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

RGB 34 50 98 -
CMYK 0.65 0.49 0 0.62
HSL 225º 0.48% 0.26% -
HSV(B) 225º 0.65% 0.38% -
XYZ 4 3.5 12.02 -
YUV 50.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 34 50 98 0.65 0.49 0 0.62 225 0.48 0.26
Hex 22 32 62 41 31 0 3E E1 30 1A
Octal 42 62 142 101 61 0 76 341 60 32
Binary 100010 110010 1100010 1000001 110001 0 111110 11100001 110000 11010

Color Harmonies of #223262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223262

Black with #223262

Text Example


Text Example

White with #223262

Text Example


Text Example

HTML Codes & Css Web 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>