Html Css Color HEX #274069 Catalina Blue

📋 copy color: '#274069'

red 39 ◦ green 64 ◦ blue 105

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

Shades of Catalina Blue #274069

Tints of Catalina Blue #274069

RGB

 RED value IS 39 (15.63% from 255) = 18.75%

 GREEN value IS 64 (25.39% from 255) = 30.77%

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

R = 18.75%
G = 30.77%
B = 50.48%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#274069 (or 0x274069) is known color: Catalina Blue. HEX triplet: 27, 40 and 69. RGB value is (39,64,105). Sum of RGB (Red+Green+Blue) = 39+64+105=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #274069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274069 is #D8BF96. Grayscale: #3D3D3D. Windows color (decimal): -14204823 or 6897703. OLE color: 6897703.

HSL color Cylindrical-coordinate representation of color #274069: hue angle of 217.27º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #274069 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 64 105 -
CMYK 0.63 0.39 0 0.59
HSL 217.27º 0.46% 0.28% -
HSV(B) 217.27º 0.63% 0.41% -
XYZ 5.22 5.12 14.08 -
YUV 61.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 39 64 105 0.63 0.39 0 0.59 217.27 0.46 0.28
Hex 27 40 69 3F 27 0 3B D9 2E 1C
Octal 47 100 151 77 47 0 73 331 56 34
Binary 100111 1000000 1101001 111111 100111 0 111011 11011001 101110 11100

Color Harmonies of #274069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274069

Black with #274069

Text Example


Text Example

White with #274069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274069; }

 p { color: rgb(39,64,105); }

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

background-color css

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

 a { background-color: rgb(39,64,105); }

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

border-color css

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

 span { border-color: rgb(39,64,105); }

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