Html Css Color HEX #434061 Corn Flower Blue

📋 copy color: '#434061'

red 67 ◦ green 64 ◦ blue 97

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

Shades of Corn Flower Blue #434061

Tints of Corn Flower Blue #434061

RGB

 RED value IS 67 (26.56% from 255) = 29.39%

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

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 29.39%
G = 28.07%
B = 42.54%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#434061 (or 0x434061) is known color: Corn Flower Blue. HEX triplet: 43, 40 and 61. RGB value is (67,64,97). Sum of RGB (Red+Green+Blue) = 67+64+97=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #434061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434061 is #BCBF9E. Grayscale: #444444. Windows color (decimal): -12369823 or 6373443. OLE color: 6373443.

HSL color Cylindrical-coordinate representation of color #434061: hue angle of 245.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #434061 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 64 97 -
CMYK 0.31 0.34 0 0.62
HSL 245.45º 0.2% 0.32% -
HSV(B) 245.45º 0.34% 0.38% -
XYZ 6.31 5.72 12.08 -
YUV 68.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 67 64 97 0.31 0.34 0 0.62 245.45 0.2 0.32
Hex 43 40 61 1F 22 0 3E F5 14 20
Octal 103 100 141 37 42 0 76 365 24 40
Binary 1000011 1000000 1100001 11111 100010 0 111110 11110101 10100 100000

Color Harmonies of #434061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434061

Black with #434061

Text Example


Text Example

White with #434061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434061; }

 p { color: rgb(67,64,97); }

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

background-color css

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

 a { background-color: rgb(67,64,97); }

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

border-color css

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

 span { border-color: rgb(67,64,97); }

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