Html Css Color HEX #283D66 Catalina Blue

📋 copy color: '#283D66'

red 40 ◦ green 61 ◦ blue 102

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

Shades of Catalina Blue #283D66

Tints of Catalina Blue #283D66

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.05%

 BLUE value IS 102 (40.23% from 255) = 50.25%

R = 19.7%
G = 30.05%
B = 50.25%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#283D66 (or 0x283D66) is known color: Catalina Blue. HEX triplet: 28, 3D and 66. RGB value is (40,61,102). Sum of RGB (Red+Green+Blue) = 40+61+102=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #283D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D66 is #D7C299. Grayscale: #3B3B3B. Windows color (decimal): -14140058 or 6700328. OLE color: 6700328.

HSL color Cylindrical-coordinate representation of color #283D66: hue angle of 219.68º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #283D66 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 40 61 102 -
CMYK 0.61 0.40 0 0.6
HSL 219.68º 0.44% 0.28% -
HSV(B) 219.68º 0.61% 0.4% -
XYZ 4.94 4.75 13.23 -
YUV 59.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 40 61 102 0.61 0.40 0 0.6 219.68 0.44 0.28
Hex 28 3D 66 3D 28 0 3C DC 2C 1C
Octal 50 75 146 75 50 0 74 334 54 34
Binary 101000 111101 1100110 111101 101000 0 111100 11011100 101100 11100

Color Harmonies of #283D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D66

Black with #283D66

Text Example


Text Example

White with #283D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283D66; }

 p { color: rgb(40,61,102); }

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

background-color css

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

 a { background-color: rgb(40,61,102); }

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

border-color css

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

 span { border-color: rgb(40,61,102); }

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