Html Css Color HEX #438DBF Curious Blue

📋 copy color: '#438DBF'

red 67 ◦ green 141 ◦ blue 191

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

Shades of Curious Blue #438DBF

Tints of Curious Blue #438DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

 BLUE value IS 191 (75% from 255) = 47.87%

R = 16.79%
G = 35.34%
B = 47.87%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#438DBF (or 0x438DBF) is known color: Curious Blue. HEX triplet: 43, 8D and BF. RGB value is (67,141,191). Sum of RGB (Red+Green+Blue) = 67+141+191=399 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.79% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #438DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DBF is #BC7240. Grayscale: #7C7C7C. Windows color (decimal): -12350017 or 12553539. OLE color: 12553539.

HSL color Cylindrical-coordinate representation of color #438DBF: hue angle of 204.19º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #438DBF is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 141 191 -
CMYK 0.65 0.26 0 0.25
HSL 204.19º 0.49% 0.51% -
HSV(B) 204.19º 0.65% 0.75% -
XYZ 21.24 24 52.8 -
YUV 124.57 165.48 86.93 -
System Red Green Blue C M Y K H S L
Decimal 67 141 191 0.65 0.26 0 0.25 204.19 0.49 0.51
Hex 43 8D BF 41 1A 0 19 CC 31 33
Octal 103 215 277 101 32 0 31 314 61 63
Binary 1000011 10001101 10111111 1000001 11010 0 11001 11001100 110001 110011

Color Harmonies of #438DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438DBF

Black with #438DBF

Text Example


Text Example

White with #438DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438DBF; }

 p { color: rgb(67,141,191); }

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

background-color css

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

 a { background-color: rgb(67,141,191); }

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

border-color css

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

 span { border-color: rgb(67,141,191); }

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