Html Css Color HEX #283D69 Catalina Blue

📋 copy color: '#283D69'

red 40 ◦ green 61 ◦ blue 105

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

Shades of Catalina Blue #283D69

Tints of Catalina Blue #283D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.97%

R = 19.42%
G = 29.61%
B = 50.97%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#283D69 (or 0x283D69) is known color: Catalina Blue. HEX triplet: 28, 3D and 69. RGB value is (40,61,105). Sum of RGB (Red+Green+Blue) = 40+61+105=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #283D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D69 is #D7C296. Grayscale: #3B3B3B. Windows color (decimal): -14140055 or 6896936. OLE color: 6896936.

HSL color Cylindrical-coordinate representation of color #283D69: hue angle of 220.62º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #283D69 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 61 105 -
CMYK 0.62 0.42 0 0.59
HSL 220.62º 0.45% 0.28% -
HSV(B) 220.62º 0.62% 0.41% -
XYZ 5.09 4.81 14.02 -
YUV 59.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 40 61 105 0.62 0.42 0 0.59 220.62 0.45 0.28
Hex 28 3D 69 3E 2A 0 3B DD 2D 1C
Octal 50 75 151 76 52 0 73 335 55 34
Binary 101000 111101 1101001 111110 101010 0 111011 11011101 101101 11100

Color Harmonies of #283D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D69

Black with #283D69

Text Example


Text Example

White with #283D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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