Html Css Color HEX #438CBE Curious Blue

📋 copy color: '#438CBE'

red 67 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #438CBE

Tints of Curious Blue #438CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 16.88%
G = 35.26%
B = 47.86%

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

#438CBE (or 0x438CBE) is known color: Curious Blue. HEX triplet: 43, 8C and BE. RGB value is (67,140,190). Sum of RGB (Red+Green+Blue) = 67+140+190=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #438CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CBE is #BC7341. Grayscale: #7B7B7B. Windows color (decimal): -12350274 or 12487747. OLE color: 12487747.

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

Color convert

RGB 67 140 190 -
CMYK 0.65 0.26 0 0.25
HSL 204.39º 0.49% 0.5% -
HSV(B) 204.39º 0.65% 0.75% -
XYZ 20.99 23.67 52.18 -
YUV 123.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 67 140 190 0.65 0.26 0 0.25 204.39 0.49 0.5
Hex 43 8C BE 41 1A 0 19 CC 31 32
Octal 103 214 276 101 32 0 31 314 61 62
Binary 1000011 10001100 10111110 1000001 11010 0 11001 11001100 110001 110010

Color Harmonies of #438CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438CBE

Black with #438CBE

Text Example


Text Example

White with #438CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,140,190); }

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

background-color css

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

 a { background-color: rgb(67,140,190); }

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

border-color css

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

 span { border-color: rgb(67,140,190); }

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