Html Css Color HEX #283963 Catalina Blue

📋 copy color: '#283963'

red 40 ◦ green 57 ◦ blue 99

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

Shades of Catalina Blue #283963

Tints of Catalina Blue #283963

RGB

 RED value IS 40 (16.02% from 255) = 20.41%

 GREEN value IS 57 (22.66% from 255) = 29.08%

 BLUE value IS 99 (39.06% from 255) = 50.51%

R = 20.41%
G = 29.08%
B = 50.51%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#283963 (or 0x283963) is known color: Catalina Blue. HEX triplet: 28, 39 and 63. RGB value is (40,57,99). Sum of RGB (Red+Green+Blue) = 40+57+99=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #283963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283963 is #D7C69C. Grayscale: #383838. Windows color (decimal): -14141085 or 6502696. OLE color: 6502696.

HSL color Cylindrical-coordinate representation of color #283963: hue angle of 222.71º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #283963 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 57 99 -
CMYK 0.60 0.42 0 0.61
HSL 222.71º 0.42% 0.27% -
HSV(B) 222.71º 0.6% 0.39% -
XYZ 4.59 4.28 12.39 -
YUV 56.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 40 57 99 0.60 0.42 0 0.61 222.71 0.42 0.27
Hex 28 39 63 3C 2A 0 3D DF 2A 1B
Octal 50 71 143 74 52 0 75 337 52 33
Binary 101000 111001 1100011 111100 101010 0 111101 11011111 101010 11011

Color Harmonies of #283963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283963

Black with #283963

Text Example


Text Example

White with #283963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283963; }

 p { color: rgb(40,57,99); }

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

background-color css

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

 a { background-color: rgb(40,57,99); }

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

border-color css

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

 span { border-color: rgb(40,57,99); }

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